Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/bootpd/bootpgw/
Dbootpgw.c95 u_short bootps_port, bootpc_port; variable
203 bootps_port = ntohs(bind_addr.sin_port);
395 bootps_port = ntohs((u_short) servp->s_port);
397 bootps_port = (u_short) IPPORT_BOOTPS;
400 bootps_port);
407 bind_addr.sin_port = htons(bootps_port);
588 send_addr.sin_port = htons(bootps_port); in handle_request()
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
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/
Dbootpd.c117 u_short bootps_port, bootpc_port; variable
234 bootps_port = ntohs(bind_addr.sin_port);
440 bootps_port = ntohs((u_short) servp->s_port);
442 bootps_port = (u_short) IPPORT_BOOTPS;
445 bootps_port);
453 bind_addr.sin_port = htons(bootps_port);
1052 port = bootps_port;