Searched refs:xinpcb (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/usr.bin/netstat/
H A Dsctp.c329 sctp_process_inpcb(struct xsctp_inpcb *xinpcb, argument
340 if (xinpcb->maxqlen > 0)
377 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) {
384 if (xinpcb->flags & SCTP_PCB_FLAGS_TCPTYPE)
386 else if (xinpcb->flags & SCTP_PCB_FLAGS_UDPTYPE)
395 xinpcb->qlen, xinpcb->maxqlen);
400 buf1, xinpcb->qlen, xinpcb->maxqlen);
448 htons(xinpcb
503 struct xsctp_inpcb *xinpcb; local
[all...]
H A Dinet.c191 struct xinpcb xi;
209 sizeof(struct xinpcb);
363 inp = &((struct xinpcb *)xig)->xi_inp;
364 so = &((struct xinpcb *)xig)->xi_socket;
/freebsd-11.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_udp.c43 struct xinpcb *inp;
69 struct xinpcb *inp;
107 inp = (struct xinpcb *)ptr;
130 inp = (struct xinpcb *)ptr;
/freebsd-11.0-release/sys/netinet/
H A Dsctp_sysctl.c356 struct xsctp_inpcb xinpcb; local
402 xinpcb.last = 0;
403 xinpcb.local_port = ntohs(inp->sctp_lport);
404 xinpcb.flags = inp->sctp_flags;
405 xinpcb.features = inp->sctp_features;
406 xinpcb.total_sends = inp->total_sends;
407 xinpcb.total_recvs = inp->total_recvs;
408 xinpcb.total_nospaces = inp->total_nospaces;
409 xinpcb.fragmentation_point = inp->sctp_frag_point;
410 xinpcb
[all...]
H A Dip_divert.c642 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
658 2 * sizeof(xig) + n*sizeof(struct xinpcb));
693 struct xinpcb xi;
737 NULL, 0, div_pcblist, "S,xinpcb", "List of active divert sockets");
H A Draw_ip.c1033 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
1079 struct xinpcb xi;
1121 rip_pcblist, "S,xinpcb", "List of active raw IP sockets");
H A Dudp_usrreq.c847 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
863 + n * sizeof(struct xinpcb));
898 struct xinpcb xi;
941 udp_pcblist, "S,xinpcb", "List of active UDP sockets");
H A Din_pcb.h284 struct xinpcb { struct
/freebsd-11.0-release/usr.bin/sockstat/
H A Dsockstat.c296 struct xsctp_inpcb *xinpcb; local
327 xinpcb = (struct xsctp_inpcb *)(void *)buf;
329 while ((offset < len) && (xinpcb->last == 0)) {
332 sock->socket = xinpcb->socket;
335 if (xinpcb->maxqlen == 0)
339 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) {
370 htons(xinpcb->local_port));
378 htons(xinpcb->local_port));
416 ((xinpcb->flags & SCTP_PCB_FLAGS_UDPTYPE) ||
431 sock->socket = xinpcb
[all...]
/freebsd-11.0-release/usr.bin/systat/
H A Dnetstat.c249 struct xinpcb *xip = NULL;
288 xip = (struct xinpcb *)cur;
296 xip = (struct xinpcb *)cur;

Completed in 93 milliseconds