Searched refs:BOOTPS_PORT (Results 1 – 4 of 4) sorted by relevance
56 #ifndef BOOTPS_PORT57 #define BOOTPS_PORT 67 /* RFC951 */ macro
581 else if (IS_SRC_OR_DST_PORT(BOOTPC_PORT) || IS_SRC_OR_DST_PORT(BOOTPS_PORT)) in udp_print()
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()
26 #define BOOTPS_PORT 67 macro