Searched refs:IPPROTO_SCTP (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dipproto.h142 #ifndef IPPROTO_SCTP
143 #define IPPROTO_SCTP 132 macro
H A Dipproto.c56 { IPPROTO_SCTP, "SCTP" },
H A Dprint-ip6.c151 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) {
192 case IPPROTO_SCTP:
H A Dprint-ip.c366 case IPPROTO_SCTP:
653 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) {
/macosx-10.10.1/apr-32/apr/apr/network_io/unix/
H A Dsockopt.c221 if (sock->protocol == IPPROTO_SCTP) {
222 optlevel = IPPROTO_SCTP;
257 if (sock->protocol == IPPROTO_SCTP) {
258 optlevel = IPPROTO_SCTP;
/macosx-10.10.1/apr-32/apr/apr/network_io/win32/
H A Dsockopt.c194 if (sock->protocol == IPPROTO_SCTP) {
195 optlevel = IPPROTO_SCTP;
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dfds.c295 #ifdef IPPROTO_SCTP
296 if (prot == IPPROTO_SCTP)
/macosx-10.10.1/libpcap-48/libpcap/
H A Dgencode.c122 #ifndef IPPROTO_SCTP
123 #define IPPROTO_SCTP 132 macro
4768 b1 = gen_proto(IPPROTO_SCTP, Q_IP, Q_DEFAULT);
4769 b0 = gen_proto(IPPROTO_SCTP, Q_IPV6, Q_DEFAULT);
5111 case IPPROTO_SCTP:
5119 tmp = gen_portop(port, IPPROTO_SCTP, dir);
5184 case IPPROTO_SCTP:
5192 tmp = gen_portop6(port, IPPROTO_SCTP, dir);
5287 case IPPROTO_SCTP:
5295 tmp = gen_portrangeop(port1, port2, IPPROTO_SCTP, di
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dio.c160 #ifdef IPPROTO_SCTP
161 case IPPROTO_SCTP:
231 #ifdef IPPROTO_SCTP
239 hint.ai_protocol = IPPROTO_SCTP;
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din.h212 #define IPPROTO_SCTP 132 /* SCTP */ macro
/macosx-10.10.1/apr-32/apr/apr/
H A Dconfigure27521 if ((s = socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP)) < 0)
27523 if (setsockopt(s, IPPROTO_SCTP, SCTP_NODELAY, &opt, sizeof(int)) < 0)

Completed in 383 milliseconds