HomeSort by: relevance | last modified time | path
    Searched refs:IPPROTO_ND (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/ndbootd/
ndbootd.h 133 #undef IPPROTO_ND
134 #define IPPROTO_ND 77
ndbootd.c 551 || ip_packet->ip_p != IPPROTO_ND) {
  /src/usr.sbin/ndbootd/config/
ndbootd-bpf.c 81 /* drop this packet if its IP protocol isn't IPPROTO_ND: */
83 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, IPPROTO_ND, 0, 7),

Completed in 31 milliseconds