OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP_V
(Results
1 - 13
of
13
) sorted by null
/external/tcpdump/
ip.h
56
#define
IP_V
(ip) (((ip)->ip_vhl & 0xf0) >> 4)
print-sunrpc.c
192
switch (
IP_V
((struct ip *)bp2)) {
print-sl.c
77
switch (
IP_V
(ip)) {
85
ND_PRINT((ndo, "ip v%d",
IP_V
(ip)));
print-ip.c
531
if (
IP_V
(ipds->ip) != 4) { /* print version if != 4 */
532
if (
IP_V
(ipds->ip) == 6)
535
ND_PRINT((ndo, "IP%u ",
IP_V
(ipds->ip)));
686
switch (
IP_V
(&hdr)) {
694
ND_PRINT((ndo, "unknown ip %d",
IP_V
(&hdr)));
print-dccp.c
288
if (
IP_V
(ip) == 6)
354
if (
IP_V
(ip) == 4)
357
else if (
IP_V
(ip) == 6)
print-tcp.c
174
if (
IP_V
(ip) == 6)
377
if (
IP_V
(ip) == 4) {
391
else if (
IP_V
(ip) == 6 && ip6->ip6_plen) {
834
if (
IP_V
(ip) == 4) {
[
all
...]
print-udp.c
297
if (
IP_V
(ip) == 6)
365
if (
IP_V
(ip) == 6)
533
if (
IP_V
(ip) == 4 && (ndo->ndo_vflag > 1)) {
549
else if (
IP_V
(ip) == 6 && ip6->ip6_plen) {
653
(
IP_V
(ip) == 6) ? 1 : 0);
print-pgm.c
169
if (
IP_V
(ip) == 6)
174
if (
IP_V
(ip) == 6) {
print-nfs.c
218
switch (
IP_V
((struct ip *)bp)) {
890
switch (
IP_V
((struct ip *)bp)) {
948
if (xmep->ipver !=
IP_V
(ip) || xmep->xid != xid)
[
all
...]
print-esp.c
619
switch (
IP_V
(ip)) {
print-sctp.c
520
if (
IP_V
(ip) == 6)
print-pim.c
761
switch (
IP_V
(ip)) {
777
ND_PRINT((ndo, "IP ver %d",
IP_V
(ip)));
print-isakmp.c
796
switch (
IP_V
(ip)) {
828
switch (
IP_V
(ip)) {
[
all
...]
Completed in 6299 milliseconds