Home
last modified time | relevance | path

Searched refs:bp_vend (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/include/
Dbootp.h210 uint8_t bp_vend[BOOTP_VENDOR_LEN]; member
212 uint8_t bp_vend[DHCP_OPT_LEN]; member
/external/tcpdump/
Dprint-bootp.c74 uint8_t bp_vend[64]; /* vendor-specific area */ member
380 ND_TCHECK(bp->bp_vend[0]); in bootp_print()
381 if (memcmp((const char *)bp->bp_vend, vm_rfc1048, in bootp_print()
383 rfc1048_print(ndo, bp->bp_vend); in bootp_print()
384 else if (memcmp((const char *)bp->bp_vend, vm_cmu, in bootp_print()
386 cmu_print(ndo, bp->bp_vend); in bootp_print()
390 ul = EXTRACT_32BITS(&bp->bp_vend); in bootp_print()