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

/freebsd-10.0-release/usr.bin/netstat/
H A Dsctp.c391 sctp_process_inpcb(struct xsctp_inpcb *xinpcb, argument
402 if (xinpcb->maxqlen > 0)
435 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) {
442 if (xinpcb->flags & SCTP_PCB_FLAGS_TCPTYPE)
444 else if (xinpcb->flags & SCTP_PCB_FLAGS_UDPTYPE)
452 snprintf(buf1, 9, "%hu/%hu", xinpcb->qlen, xinpcb->maxqlen);
489 htons(xinpcb->local_port), numeric_port);
536 struct xsctp_inpcb *xinpcb; local
556 xinpcb
[all...]
H A Dinet.c188 struct xinpcb xi;
206 sizeof(struct xinpcb);
360 inp = &((struct xinpcb *)xig)->xi_inp;
361 so = &((struct xinpcb *)xig)->xi_socket;
/freebsd-10.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-10.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;
413 xinpcb
[all...]
H A Dip_divert.c637 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
653 2 * sizeof(xig) + n*sizeof(struct xinpcb));
688 struct xinpcb xi;
732 NULL, 0, div_pcblist, "S,xinpcb", "List of active divert sockets");
H A Dudp_usrreq.c716 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
732 + n * sizeof(struct xinpcb));
767 struct xinpcb xi;
810 udp_pcblist, "S,xinpcb", "List of active UDP sockets");
H A Draw_ip.c1024 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
1070 struct xinpcb xi;
1112 rip_pcblist, "S,xinpcb", "List of active raw IP sockets");
H A Din_pcb.h252 struct xinpcb { struct
/freebsd-10.0-release/usr.bin/systat/
H A Dnetstat.c249 struct xinpcb *xip = NULL;
288 xip = (struct xinpcb *)cur;
296 xip = (struct xinpcb *)cur;
/freebsd-10.0-release/usr.bin/sockstat/
H A Dsockstat.c255 struct xinpcb *xip;
332 xip = (struct xinpcb *)xig;
334 warnx("struct xinpcb size mismatch");

Completed in 145 milliseconds