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

/freebsd-12-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c104 u_short bootps_port, bootpc_port;
431 bootpc_port = ntohs(servp->s_port);
436 bootpc_port = (u_short) IPPORT_BOOTPC;
653 send_addr.sin_port = htons(bootpc_port);
103 u_short bootps_port, bootpc_port; variable
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c94 u_short bootps_port, bootpc_port; variable
276 bootpc_port = ntohs(sep->s_port);
280 bootpc_port = (u_short) IPPORT_BOOTPC;
287 sin_client.sin_port = htons(bootpc_port);
/freebsd-12-stable/libexec/bootpd/
H A Dbootpd.c126 u_short bootps_port, bootpc_port;
477 bootpc_port = ntohs(servp->s_port);
482 bootpc_port = (u_short) IPPORT_BOOTPC;
1035 u_short port = bootpc_port;
125 u_short bootps_port, bootpc_port; variable

Completed in 55 milliseconds