Home
last modified time | relevance | path

Searched refs:bootpc_port (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/libexec/bootpd/tools/bootptest/
HDbootptest.c92 u_short bootps_port, bootpc_port; variable
272 bootpc_port = ntohs(sep->s_port); in main()
276 bootpc_port = (u_short) IPPORT_BOOTPC; in main()
283 sin_client.sin_port = htons(bootpc_port); in main()
/freebsd-14-stable/libexec/bootpd/bootpgw/
HDbootpgw.c93 u_short bootps_port, bootpc_port; variable
417 bootpc_port = ntohs(servp->s_port); in main()
422 bootpc_port = (u_short) IPPORT_BOOTPC; in main()
636 send_addr.sin_port = htons(bootpc_port); in handle_reply()
/freebsd-14-stable/libexec/bootpd/
HDbootpd.c115 u_short bootps_port, bootpc_port; variable
463 bootpc_port = ntohs(servp->s_port); in main()
468 bootpc_port = (u_short) IPPORT_BOOTPC; in main()
1015 u_short port = bootpc_port; in sendreply()