Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet/
H A Dbootp.h48 struct bootp { struct
128 struct bootp bp_bootp;
H A Dnetinet.modulemap28 module bootp {
29 header "netinet/bootp.h"
H A DMakefile10 bootp.h icmp6.h if_ether.h icmp_var.h \
/xnu-8792.81.2/tests/
H A Dnet_bridge.c76 #define DHCP_PAYLOAD_MIN sizeof(struct bootp)
2632 struct bootp * dhcp; in make_dhcp_payload()
2637 dhcp = (struct bootp *)payload; in make_dhcp_payload()