Home
last modified time | relevance | path

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

/external/tcpdump/
Dudp.h59 #ifndef BOOTPC_PORT
60 #define BOOTPC_PORT 68 /* 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/include/gpxe/
Ddhcp.h29 #define BOOTPC_PORT 68 macro
/external/syslinux/gpxe/src/net/udp/
Ddhcp.c1421 dhcp->local.sin_port = htons ( BOOTPC_PORT ); in start_dhcp()
1526 dhcp->local.sin_port = htons ( BOOTPC_PORT ); in start_pxebs()