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

  /src/sys/netinet/
icmp6.h 410 #define ni_type icmp6_ni_hdr.icmp6_type macro
  /src/sbin/ping6/
ping6.c 1430 printf("refused, type 0x%x", ntohs(ni->ni_type));
1433 printf("unknown, type 0x%x", ntohs(ni->ni_type));
1437 ntohs(ni->ni_code), ntohs(ni->ni_type));
  /src/external/bsd/tcpdump/dist/
print-icmp6.c 387 #define ni_type icmp6_ni_hdr.icmp6_type macro
1720 switch (GET_U_1(ni6->ni_type)) {
  /src/sys/netinet6/
icmp6.c 1511 nni6->ni_type = ICMP6_NI_REPLY;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 1020 tree ni_type = TREE_TYPE (LOOP_VINFO_NITERSM1 (loop_vinfo)); local
1021 widest_int max_ni = wi::to_widest (TYPE_MAX_VALUE (ni_type)) + 1;

Completed in 123 milliseconds