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

/freebsd-13-stable/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.c206 struct xinpcb *inp;
272 inp = (struct xinpcb *)xig;
/freebsd-13-stable/sys/netinet/
H A Dsctp_sysctl.c355 struct xsctp_inpcb xinpcb; local
395 memset(&xinpcb, 0, sizeof(xinpcb));
404 xinpcb.last = 0;
405 xinpcb.local_port = ntohs(inp->sctp_lport);
406 xinpcb.flags = inp->sctp_flags;
407 xinpcb.features = inp->sctp_features;
408 xinpcb.total_sends = inp->total_sends;
409 xinpcb.total_recvs = inp->total_recvs;
410 xinpcb
[all...]
H A Din_pcb.h363 struct xinpcb { struct
397 void in_pcbtoxinpcb(const struct inpcb *, struct xinpcb *);
H A Dip_divert.c718 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
740 struct xinpcb xi;
773 NULL, 0, div_pcblist, "S,xinpcb",
H A Draw_ip.c1130 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
1153 struct xinpcb xi;
1183 rip_pcblist, "S,xinpcb",
H A Dudp_usrreq.c873 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
896 struct xinpcb xi;
926 udp_pcblist, "S,xinpcb",
H A Dtcp_var.h777 struct xinpcb xt_inp;
H A Din_pcb.c3013 * Create an external-format (``xinpcb'') structure using the information in
3021 in_pcbtoxinpcb(const struct inpcb *inp, struct xinpcb *xi)
3025 xi->xi_len = sizeof(struct xinpcb);
/freebsd-13-stable/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-13-stable/usr.bin/sockstat/
H A Dsockstat.c307 struct xsctp_inpcb *xinpcb; local
338 xinpcb = (struct xsctp_inpcb *)(void *)buf;
340 while ((offset < len) && (xinpcb->last == 0)) {
343 sock->socket = xinpcb->socket;
346 if (xinpcb->maxqlen == 0)
350 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) {
381 htons(xinpcb->local_port));
389 htons(xinpcb->local_port));
431 ((xinpcb->flags & SCTP_PCB_FLAGS_UDPTYPE) ||
447 sock->socket = xinpcb
[all...]
/freebsd-13-stable/usr.bin/systat/
H A Dnetstat.c86 static void enter_sysctl(struct xinpcb *, struct xsocket *, int, const char *);
253 struct xinpcb *xip = NULL;
292 xip = (struct xinpcb *)cur;
300 xip = (struct xinpcb *)cur;
345 enter_sysctl(struct xinpcb *xip, struct xsocket *so, int state,
/freebsd-13-stable/usr.sbin/tcpdrop/
H A Dtcpdrop.c230 struct xinpcb *xip;
/freebsd-13-stable/tools/tools/switch_tls/
H A Dswitch_tls.c231 struct xinpcb *xip;

Completed in 220 milliseconds