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/
print-sl.c
70
switch (
IP_V
(ip)) {
80
printf ("ip v%d",
IP_V
(ip));
ip.h
52
#define
IP_V
(ip) (((ip)->ip_vhl & 0xf0) >> 4)
print-ip.c
567
if (
IP_V
(ipds->ip) != 4) { /* print version if != 4 */
568
printf("IP%u ",
IP_V
(ipds->ip));
569
if (
IP_V
(ipds->ip) == 6)
718
switch (
IP_V
(&hdr)) {
728
(void)printf("unknown ip %d",
IP_V
(&hdr));
print-sunrpc.c
93
switch (
IP_V
((struct ip *)bp2)) {
print-tcp.c
209
if (
IP_V
(ip) == 6)
423
if (
IP_V
(ip) == 4 && vflag && !fragmented) {
437
if (
IP_V
(ip) == 6 && ip6->ip6_plen && vflag && !fragmented) {
758
if (
IP_V
(ip) == 4) {
767
} else if (
IP_V
(ip) == 6) {
print-udp.c
369
if (
IP_V
(ip) == 6)
437
if (
IP_V
(ip) == 6)
572
if (
IP_V
(ip) == 4 && (vflag > 1) && !fragmented) {
585
if (
IP_V
(ip) == 6 && ip6->ip6_plen && vflag && !fragmented) {
print-pgm.c
171
if (
IP_V
(ip) == 6)
176
if (
IP_V
(ip) == 6) {
print-sctp.c
85
if (
IP_V
(ip) == 6)
print-pim.c
761
switch (
IP_V
(ip)) {
777
(void)printf("IP ver %d",
IP_V
(ip));
print-esp.c
408
switch (
IP_V
(ip)) {
print-nfs.c
174
switch (
IP_V
((struct ip *)bp)) {
898
switch (
IP_V
((struct ip *)bp)) {
955
if (xmep->ipver !=
IP_V
(ip) || xmep->xid != xid)
[
all
...]
print-dccp.c
232
if (
IP_V
(ip) == 6)
print-isakmp.c
195
switch (
IP_V
(ip)) {
261
switch (
IP_V
(ip)) {
[
all
...]
Completed in 271 milliseconds