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

  /src/external/bsd/ipf/dist/lib/
printpacket.c 29 if (IP_V(ip) == 6) {
61 if (IP_V(ip) == 6) {
ipft_tx.c 144 if (IP_V(ip) == 6) {
  /src/external/bsd/tcpdump/dist/
ip.h 50 #define IP_V(ip) ((GET_U_1((ip)->ip_vhl) & 0xf0) >> 4)
print-sunrpc.c 184 switch (IP_V((const struct ip *)bp2)) {
print-sl.c 78 switch (IP_V(ip)) {
86 ND_PRINT("ip v%u", IP_V(ip));
print-udp.c 322 if (IP_V(ip) == 6)
386 if (IP_V(ip) == 6)
486 aodv_print(ndo, cp, length, IP_V(ip) == 6);
564 if (IP_V(ip) == 4 && (ndo->ndo_vflag > 1)) {
578 } else if (IP_V(ip) == 6) {
637 aodv_print(ndo, cp, length, IP_V(ip) == 6);
639 olsr_print(ndo, cp, length, IP_V(ip) == 6);
650 isakmp_rfc3948_print(ndo, cp, length, bp2, IP_V(ip), fragmented, ttl_hl);
print-dccp.c 288 if (IP_V(ip) == 6)
348 if (IP_V(ip) == 4)
350 else if (IP_V(ip) == 6)
print-tcp.c 181 if (IP_V(ip) == 6)
404 if (IP_V(ip) == 4) {
416 } else if (IP_V(ip) == 6) {
949 if (IP_V(ip) == 4) {
957 } else if (IP_V(ip) == 6) {
print-pim.c 669 if (IP_V(ip) == 4) {
676 } else if (IP_V(ip) == 6) {
902 switch (IP_V(ip)) {
918 ND_PRINT("IP ver %u", IP_V(ip));
print-ip.c 346 ND_ICHECKMSG_U("version", IP_V(ip), !=, 4);
print-sctp.c 485 if (IP_V(ip) == 6)
print-nfs.c 212 switch (IP_V((const struct ip *)bp)) {
969 switch (IP_V((const struct ip *)bp)) {
1026 if (xmep->ipver != IP_V(ip) || xmep->xid != xid)
print-pgm.c 167 if (IP_V(ip) == 6)
print-isakmp.c 780 switch (IP_V(ip)) {
812 switch (IP_V(ip)) {
  /src/external/mpl/dhcp/dist/includes/netinet/
ip.h 64 #define IP_V(iph) ((iph)->ip_fvhl >> 4)
  /src/external/bsd/ipf/dist/tools/
ipftest.c 221 ifp = get_unit(iface, IP_V(ip));
223 if (IP_V(ip) == 4) {
295 if (dir && (ifp != NULL) && IP_V(ip) && (m != NULL))
820 if (IP_V(ip) == 4) {
828 } else if (IP_V(ip) == 6) {
  /src/external/bsd/ipf/dist/ipsend/
ip.c 133 if (!IP_V(ip))
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 782 #ifndef IP_V
783 # define IP_V(x) (x)->ip_v
786 # define IP_V_A(x,y) (x)->ip_v = (y)
fil.c 2803 int v = IP_V(ip);
3400 if (IP_V(ip) == 4) {
3410 } else if (IP_V(ip) == 6) {
8331 if (IP_V(ip) == 4)
8334 else if (IP_V(ip) == 6)
8345 if (IP_V(ip) == 4) {

Completed in 38 milliseconds