Home
last modified time | relevance | path

Searched refs:IPPROTO_RSVP (Results 1 – 6 of 6) sorted by relevance

/external/tcpdump/
Dipproto.h81 #ifndef IPPROTO_RSVP
82 #define IPPROTO_RSVP 46 /* resource reservation */ macro
Dipproto.c43 { IPPROTO_RSVP, "RSVP" },
Dprint-ip6.c219 case IPPROTO_RSVP: in ip6_print()
Dprint-ip.c497 case IPPROTO_RSVP: in ip_print_demux()
/external/kernel-headers/original/linux/
Din.h36 IPPROTO_RSVP = 46, /* RSVP protocol */ enumerator
/external/strace/
Dnet.c492 #ifdef IPPROTO_RSVP
493 { IPPROTO_RSVP, "IPPROTO_RSVP" },