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

/freebsd-9.3-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c104 u_short bootps_port, bootpc_port;
212 bootps_port = ntohs(bind_addr.sin_port);
401 bootps_port = ntohs((u_short) servp->s_port);
403 bootps_port = (u_short) IPPORT_BOOTPS;
406 bootps_port);
413 bind_addr.sin_port = htons(bootps_port);
594 send_addr.sin_port = htons(bootps_port);
103 u_short bootps_port, bootpc_port; variable
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dbootptest.c94 u_short bootps_port, bootpc_port; variable
246 bootps_port = ntohs((u_short) sep->s_port);
250 bootps_port = (u_short) IPPORT_BOOTPS;
271 sin_server.sin_port = htons(bootps_port);
/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.c126 u_short bootps_port, bootpc_port;
243 bootps_port = ntohs(bind_addr.sin_port);
446 bootps_port = ntohs((u_short) servp->s_port);
448 bootps_port = (u_short) IPPORT_BOOTPS;
451 bootps_port);
459 bind_addr.sin_port = htons(bootps_port);
1056 port = bootps_port;
125 u_short bootps_port, bootpc_port; variable

Completed in 513 milliseconds