Home
last modified time | relevance | path

Searched refs:BOOTPS_PORT (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dudp.h56 #ifndef BOOTPS_PORT
57 #define BOOTPS_PORT 67 /* RFC951 */ macro
Dprint-udp.c581 else if (IS_SRC_OR_DST_PORT(BOOTPC_PORT) || IS_SRC_OR_DST_PORT(BOOTPS_PORT)) in udp_print()
/external/syslinux/gpxe/src/net/udp/
Ddhcp.c381 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()
/external/syslinux/gpxe/src/include/gpxe/
Ddhcp.h26 #define BOOTPS_PORT 67 macro