Home
last modified time | relevance | path

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

/dragonfly/libexec/bootpd/bootpgw/
H A Dbootpgw.c102 u_short bootps_port, bootpc_port; variable
207 bootps_port = ntohs(bind_addr.sin_port); in main()
396 bootps_port = ntohs((u_short) servp->s_port); in main()
398 bootps_port = (u_short) IPPORT_BOOTPS; in main()
401 bootps_port); in main()
408 bind_addr.sin_port = htons(bootps_port); in main()
587 send_addr.sin_port = htons(bootps_port); in handle_request()
/dragonfly/libexec/bootpd/tools/bootptest/
H A Dbootptest.c91 u_short bootps_port, bootpc_port; variable
243 bootps_port = ntohs((u_short) sep->s_port); in main()
247 bootps_port = (u_short) IPPORT_BOOTPS; in main()
270 sin_server.sin_port = htons(bootps_port); in main()
/dragonfly/libexec/bootpd/
H A Dbootpd.c125 u_short bootps_port, bootpc_port; variable
237 bootps_port = ntohs(bind_addr.sin_port); in main()
440 bootps_port = ntohs((u_short) servp->s_port); in main()
442 bootps_port = (u_short) IPPORT_BOOTPS; in main()
445 bootps_port); in main()
453 bind_addr.sin_port = htons(bootps_port); in main()
1041 port = bootps_port; in sendreply()