Searched refs:bootps_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;
213 bootps_port = ntohs(bind_addr.sin_port);
405 bootps_port = ntohs((u_short) servp->s_port);
407 bootps_port = (u_short) IPPORT_BOOTPS;
410 bootps_port);
417 bind_addr.sin_port = htons(bootps_port);
600 send_addr.sin_port = htons(bootps_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
243 bootps_port = ntohs((u_short) sep->s_port);
247 bootps_port = (u_short) IPPORT_BOOTPS;
268 sin_server.sin_port = htons(bootps_port);
/freebsd-12-stable/libexec/bootpd/
H A Dbootpd.c126 u_short bootps_port, bootpc_port;
244 bootps_port = ntohs(bind_addr.sin_port);
450 bootps_port = ntohs((u_short) servp->s_port);
452 bootps_port = (u_short) IPPORT_BOOTPS;
455 bootps_port);
463 bind_addr.sin_port = htons(bootps_port);
1065 port = bootps_port;
125 u_short bootps_port, bootpc_port; variable

Completed in 118 milliseconds