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

12

/freebsd-10.0-release/contrib/tcpdump/
H A Dipproto.h143 #ifndef IPPROTO_SCTP
144 #define IPPROTO_SCTP 132 macro
H A Dipproto.c56 { IPPROTO_SCTP, "SCTP" },
H A Dprint-ip6.c153 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) {
194 case IPPROTO_SCTP:
H A Dprint-ip.c368 case IPPROTO_SCTP:
652 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) {
/freebsd-10.0-release/lib/libc/net/
H A Dsctp_sys_calls.c81 sd = socket(AF_INET, SOCK_SEQPACKET, IPPROTO_SCTP);
83 sd = socket(AF_INET6, SOCK_SEQPACKET, IPPROTO_SCTP);
90 ret = getsockopt(sd, IPPROTO_SCTP, SCTP_GET_ADDR_LEN, &av, &siz);
159 ret = setsockopt(sd, IPPROTO_SCTP, SCTP_CONNECT_X, (void *)buf,
260 if (setsockopt(sd, IPPROTO_SCTP, flags, gaddrs,
353 return (getsockopt(sd, IPPROTO_SCTP, opt, arg, size));
372 if (getsockopt(sd, IPPROTO_SCTP, SCTP_GET_REMOTE_ADDR_SIZE,
385 if (getsockopt(sd, IPPROTO_SCTP, SCTP_GET_PEER_ADDRESSES,
428 if (getsockopt(sd, IPPROTO_SCTP, SCTP_GET_LOCAL_ADDR_SIZE,
447 if (getsockopt(sd, IPPROTO_SCTP, SCTP_GET_LOCAL_ADDRESSE
[all...]
H A Dgetaddrinfo.c171 { PF_INET6, SOCK_STREAM, IPPROTO_SCTP, 0x03 },
172 { PF_INET6, SOCK_SEQPACKET, IPPROTO_SCTP, 0x07 },
177 { PF_INET, SOCK_STREAM, IPPROTO_SCTP, 0x03 },
178 { PF_INET, SOCK_SEQPACKET, IPPROTO_SCTP, 0x07 },
1477 case IPPROTO_SCTP:
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbss_dgram.c929 ret = setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth, sizeof(struct sctp_authchunk));
936 ret = setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth, sizeof(struct sctp_authchunk));
949 ret = getsockopt(fd, IPPROTO_SCTP, SCTP_LOCAL_AUTH_CHUNKS, authchunks, &sockopt_len);
977 ret = setsockopt(fd, IPPROTO_SCTP, SCTP_EVENT, &event, sizeof(struct sctp_event));
985 ret = getsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event, &sockopt_len);
994 ret = setsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event, sizeof(struct sctp_event_subscribe));
1006 ret = setsockopt(fd, IPPROTO_SCTP, SCTP_PARTIAL_DELIVERY_POINT, &optval, sizeof(optval));
1071 ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_DELETE_KEY,
1117 if (cmsg->cmsg_level != IPPROTO_SCTP)
1181 i = setsockopt(b->num, IPPROTO_SCTP, SCTP_EVEN
[all...]
/freebsd-10.0-release/contrib/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;
/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias_sctp.h98 #define LINK_SCTP IPPROTO_SCTP
H A Dalias.c1345 case IPPROTO_SCTP:
1495 case IPPROTO_SCTP:
/freebsd-10.0-release/cddl/lib/libdtrace/
H A Dip.d166 #pragma D binding "1.0" IPPROTO_SCTP
167 inline short IPPROTO_SCTP = 132;
195 proto == IPPROTO_SCTP ? "SCTP" :
/freebsd-10.0-release/sys/netinet/
H A Din_proto.c162 .pr_protocol = IPPROTO_SCTP,
177 .pr_protocol = IPPROTO_SCTP,
371 SYSCTL_NODE(_net_inet, IPPROTO_SCTP, sctp, CTLFLAG_RW, 0, "SCTP");
H A Dsctp_constants.h890 #ifndef IPPROTO_SCTP
891 #define IPPROTO_SCTP 132 /* the Official IANA number :-) */ macro
892 #endif /* !IPPROTO_SCTP */
H A Din.h238 #define IPPROTO_SCTP 132 /* SCTP */ macro
/freebsd-10.0-release/sys/netinet6/
H A Din6_proto.c197 .pr_protocol = IPPROTO_SCTP,
211 .pr_protocol = IPPROTO_SCTP,
455 SYSCTL_NODE(_net_inet6, IPPROTO_SCTP, sctp6, CTLFLAG_RW, 0, "SCTP6");
/freebsd-10.0-release/sbin/ipfw/
H A Dnat.c262 return IPPROTO_SCTP;
435 if (r->proto == IPPROTO_SCTP) {
470 if (r->proto == IPPROTO_SCTP) { /* so the logic below still works */
530 if (r->proto == IPPROTO_SCTP) {
/freebsd-10.0-release/contrib/libpcap/
H A Dgencode.c124 #ifndef IPPROTO_SCTP
125 #define IPPROTO_SCTP 132 macro
4769 b1 = gen_proto(IPPROTO_SCTP, Q_IP, Q_DEFAULT);
4770 b0 = gen_proto(IPPROTO_SCTP, Q_IPV6, Q_DEFAULT);
5112 case IPPROTO_SCTP:
5120 tmp = gen_portop(port, IPPROTO_SCTP, dir);
5185 case IPPROTO_SCTP:
5193 tmp = gen_portop6(port, IPPROTO_SCTP, dir);
5288 case IPPROTO_SCTP:
5296 tmp = gen_portrangeop(port1, port2, IPPROTO_SCTP, di
[all...]
/freebsd-10.0-release/usr.bin/procstat/
H A Dprocstat_files.c65 case IPPROTO_SCTP:
/freebsd-10.0-release/sys/net/
H A Dflowtable.c438 case IPPROTO_SCTP:
463 proto = IPPROTO_SCTP;
541 case IPPROTO_SCTP:
684 case IPPROTO_SCTP:
/freebsd-10.0-release/sys/netgraph/netflow/
H A Dng_netflow.c794 case IPPROTO_SCTP:
840 case IPPROTO_SCTP:
H A Dnetflow.c846 case IPPROTO_SCTP:
/freebsd-10.0-release/sys/kern/
H A Duipc_syscalls.c2600 if (head->so_proto->pr_protocol != IPPROTO_SCTP) {
2728 if (so->so_proto->pr_protocol != IPPROTO_SCTP) {
2844 if (so->so_proto->pr_protocol != IPPROTO_SCTP) {
2951 if (so->so_proto->pr_protocol != IPPROTO_SCTP) {
/freebsd-10.0-release/usr.bin/netstat/
H A Dmain.c189 sctp_stats, NULL, "sctp", 1, IPPROTO_SCTP },
H A Dsctp.c538 if (proto != IPPROTO_SCTP)
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw2.c1035 case IPPROTO_SCTP:
1207 case IPPROTO_SCTP:

Completed in 226 milliseconds

12