Searched refs:BOOTPS_PORT (Results 1 – 4 of 4) sorted by relevance
381 peer->sin_port = htons ( BOOTPS_PORT ); in dhcp_discovery_tx()470 ( peer->sin_port == htons ( BOOTPS_PORT ) ) && in dhcp_rx_offer()565 dhcp, inet_ntoa ( offer->server ), BOOTPS_PORT ); in dhcp_request_tx()581 peer->sin_port = htons ( BOOTPS_PORT ); in dhcp_request_tx()628 if ( peer->sin_port != htons ( BOOTPS_PORT ) ) in dhcp_request_rx()742 if ( peer->sin_port == htons ( BOOTPS_PORT ) && in dhcp_proxy_rx()843 htons ( BOOTPS_PORT ) : htons ( PXE_PORT ) ); in dhcp_pxebs_tx()914 if ( ( peer->sin_port != htons ( BOOTPS_PORT ) ) && in dhcp_pxebs_rx()
47 #define BOOTPS_PORT 67 /* RFC951 */ macro
576 else if (ISPORT(BOOTPC_PORT) || ISPORT(BOOTPS_PORT)) in udp_print()
26 #define BOOTPS_PORT 67 macro