Home
last modified time | relevance | path

Searched refs:xinpcb (Results 1 – 15 of 15) sorted by relevance

/freebsd/usr.bin/netstat/
H A Dsctp.c320 sctp_process_inpcb(struct xsctp_inpcb *xinpcb, in sctp_process_inpcb() argument
331 if (xinpcb->maxqlen > 0) in sctp_process_inpcb()
368 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_process_inpcb()
375 if (xinpcb->flags & SCTP_PCB_FLAGS_TCPTYPE) in sctp_process_inpcb()
386 xinpcb->qlen, xinpcb->maxqlen); in sctp_process_inpcb()
391 buf1, xinpcb->qlen, xinpcb->maxqlen); in sctp_process_inpcb()
439 htons(xinpcb->local_port), numeric_port); in sctp_process_inpcb()
494 struct xsctp_inpcb *xinpcb; in sctp_protopr() local
514 xinpcb = (struct xsctp_inpcb *)(buf + offset); in sctp_protopr()
516 while (xinpcb->last == 0 && offset < len) { in sctp_protopr()
[all …]
H A Dinet.c195 struct xinpcb *inp; in protopr()
258 inp = (struct xinpcb *)xig; in protopr()
/freebsd/sys/netinet/
H A Dsctp_sysctl.c383 struct xsctp_inpcb xinpcb; in sctp_sysctl_handle_assoclist() local
423 memset(&xinpcb, 0, sizeof(xinpcb)); in sctp_sysctl_handle_assoclist()
432 xinpcb.last = 0; in sctp_sysctl_handle_assoclist()
434 xinpcb.flags = inp->sctp_flags; in sctp_sysctl_handle_assoclist()
435 xinpcb.features = inp->sctp_features; in sctp_sysctl_handle_assoclist()
436 xinpcb.total_sends = inp->total_sends; in sctp_sysctl_handle_assoclist()
445 xinpcb.qlen = 0; in sctp_sysctl_handle_assoclist()
446 xinpcb.maxqlen = 0; in sctp_sysctl_handle_assoclist()
448 xinpcb.qlen = so->sol_qlen; in sctp_sysctl_handle_assoclist()
451 xinpcb.maxqlen = so->sol_qlimit; in sctp_sysctl_handle_assoclist()
[all …]
H A Dip_divert.c653 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb); in div_pcblist()
673 struct xinpcb xi; in div_pcblist()
676 xi.xi_len = sizeof(struct xinpcb); in div_pcblist()
H A Din_pcb.h264 struct xinpcb { struct
308 void in_pcbtoxinpcb(const struct inpcb *, struct xinpcb *); argument
H A Draw_ip.c1027 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb); in rip_pcblist()
1046 struct xinpcb xi; in rip_pcblist()
H A Dudp_usrreq.c767 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb); in udp_pcblist()
786 struct xinpcb xi; in udp_pcblist()
H A Dtcp_var.h1173 struct xinpcb xt_inp;
H A Din_pcb.c2859 in_pcbtoxinpcb(const struct inpcb *inp, struct xinpcb *xi) in in_pcbtoxinpcb()
2863 xi->xi_len = sizeof(struct xinpcb); in in_pcbtoxinpcb()
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_udp.c43 struct xinpcb *inp;
69 struct xinpcb *inp; in fetch_udp()
107 inp = (struct xinpcb *)ptr; in fetch_udp()
130 inp = (struct xinpcb *)ptr; in fetch_udp()
/freebsd/usr.bin/sockstat/
H A Dsockstat.c387 struct xsctp_inpcb *xinpcb; in gather_sctp() local
418 xinpcb = (struct xsctp_inpcb *)(void *)buf; in gather_sctp()
420 while ((offset < len) && (xinpcb->last == 0)) { in gather_sctp()
423 sock->socket = xinpcb->socket; in gather_sctp()
426 if (xinpcb->maxqlen == 0) in gather_sctp()
430 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) { in gather_sctp()
461 htons(xinpcb->local_port)); in gather_sctp()
469 htons(xinpcb->local_port)); in gather_sctp()
524 sock->socket = xinpcb->socket; in gather_sctp()
654 struct xinpcb *xip; in gather_inet()
[all …]
/freebsd/usr.bin/systat/
H A Dnetstat.c80 static void enter_sysctl(struct xinpcb *, struct xsocket *, int, const char *);
237 struct xinpcb *xip = NULL; in fetchnetstat_sysctl()
276 xip = (struct xinpcb *)cur; in fetchnetstat_sysctl()
284 xip = (struct xinpcb *)cur; in fetchnetstat_sysctl()
328 enter_sysctl(struct xinpcb *xip, struct xsocket *so, int state, in enter_sysctl()
/freebsd/usr.sbin/tcpdrop/
H A Dtcpdrop.c233 struct xinpcb *xip; in tcpdropall()
/freebsd/tools/tools/switch_tls/
H A Dswitch_tls.c228 struct xinpcb *xip; in tcpswitchall()
/freebsd/usr.sbin/tcpsso/
H A Dtcpsso.c98 struct xinpcb *xip; in tcpssoall()