Home
last modified time | relevance | path

Searched refs:IPPORT_BOOTPC (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/bsd/netinet/
H A Dbootp.h75 #define IPPORT_BOOTPC 68 macro
H A Dip_input.c1253 if (ntohs(ui->ui_dport) == IPPORT_BOOTPC) { in ip_input_first_pass()
1382 if (ntohs(ui->ui_dport) == IPPORT_BOOTPC) { in ip_input_check_interface()
/xnu-10002.1.13/bsd/net/
H A Dif_bridge.c7652 if (udp.uh_sport == htons(IPPORT_BOOTPC) &&
8316 if (ntohs(udphdr.uh_sport) != IPPORT_BOOTPC ||