Searched defs:IPPROTO_SCTP (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/include/
H A Diptables.h11 #ifndef IPPROTO_SCTP
12 #define IPPROTO_SCTP 132 macro
/external/tcpdump/
H A Dipproto.h139 #ifndef IPPROTO_SCTP
140 #define IPPROTO_SCTP 132 macro
/external/iproute2/ip/
H A Dxfrm.h32 #ifndef IPPROTO_SCTP
33 # define IPPROTO_SCTP 132 macro
/external/iptables/include/
H A Dxtables.h21 #ifndef IPPROTO_SCTP
22 #define IPPROTO_SCTP 132 macro
/external/kernel-headers/original/linux/
H A Din.h46 IPPROTO_SCTP = 132, /* Stream Control Transport Protocol */ enumerator in enum:__anon19401
/external/libpcap/
H A Dgencode.c94 #ifndef IPPROTO_SCTP
95 #define IPPROTO_SCTP 132 macro
3723 b1 = gen_proto(IPPROTO_SCTP, Q_IP, Q_DEFAULT);
3725 b0 = gen_proto(IPPROTO_SCTP, Q_IPV6, Q_DEFAULT);
4074 case IPPROTO_SCTP:
4082 tmp = gen_portop(port, IPPROTO_SCTP, dir);
4147 case IPPROTO_SCTP:
4155 tmp = gen_portop6(port, IPPROTO_SCTP, dir);
4251 case IPPROTO_SCTP:
4259 tmp = gen_portrangeop(port1, port2, IPPROTO_SCTP, di
[all...]

Completed in 169 milliseconds