Searched refs:bootps_port (Results 1 – 3 of 3) sorted by relevance
102 u_short bootps_port, bootpc_port; variable207 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()
91 u_short bootps_port, bootpc_port; variable243 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()
125 u_short bootps_port, bootpc_port; variable237 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()