Searched refs:xinpcb (Results 1 – 15 of 15) sorted by relevance
/freebsd/usr.bin/netstat/ |
H A D | sctp.c | 319 sctp_process_inpcb(struct xsctp_inpcb *xinpcb, in sctp_process_inpcb() argument 330 if (xinpcb->maxqlen > 0) in sctp_process_inpcb() 367 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_process_inpcb() 374 if (xinpcb->flags & SCTP_PCB_FLAGS_TCPTYPE) in sctp_process_inpcb() 376 else if (xinpcb->flags & SCTP_PCB_FLAGS_UDPTYPE) in sctp_process_inpcb() 385 xinpcb->qlen, xinpcb->maxqlen); in sctp_process_inpcb() 390 buf1, xinpcb->qlen, xinpcb->maxqlen); in sctp_process_inpcb() 438 htons(xinpcb->local_port), numeric_port); in sctp_process_inpcb() 493 struct xsctp_inpcb *xinpcb; in sctp_protopr() local 513 xinpcb = (struct xsctp_inpcb *)(buf + offset); in sctp_protopr() [all …]
|
H A D | inet.c | 195 struct xinpcb *inp; in protopr() 258 inp = (struct xinpcb *)xig; in protopr()
|
/freebsd/sys/netinet/ |
H A D | sctp_sysctl.c | 383 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() 433 xinpcb.local_port = ntohs(inp->sctp_lport); 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() 437 xinpcb.total_recvs = inp->total_recvs; in sctp_sysctl_handle_assoclist() 438 xinpcb.total_nospaces = inp->total_nospaces; in sctp_sysctl_handle_assoclist() 439 xinpcb.fragmentation_point = inp->sctp_frag_point; in sctp_sysctl_handle_assoclist() [all …]
|
H A D | ip_divert.c | 653 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 D | in_pcb.h | 265 struct xinpcb { struct 309 void in_pcbtoxinpcb(const struct inpcb *, struct xinpcb *); argument
|
H A D | raw_ip.c | 1043 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb); in rip_pcblist() 1062 struct xinpcb xi; in rip_pcblist()
|
H A D | udp_usrreq.c | 786 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb); in udp_pcblist() 805 struct xinpcb xi; in udp_pcblist()
|
H A D | tcp_var.h | 1185 struct xinpcb xt_inp;
|
H A D | in_pcb.c | 2894 in_pcbtoxinpcb(const struct inpcb *inp, struct xinpcb *xi) in in_pcbtoxinpcb() 2898 xi->xi_len = sizeof(struct xinpcb); in in_pcbtoxinpcb()
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_udp.c | 43 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 D | sockstat.c | 393 struct xsctp_inpcb *xinpcb; in gather_sctp() local 424 xinpcb = (struct xsctp_inpcb *)(void *)buf; in gather_sctp() 426 while ((offset < len) && (xinpcb->last == 0)) { in gather_sctp() 429 sock->socket = xinpcb->socket; in gather_sctp() 432 if (xinpcb->maxqlen == 0) in gather_sctp() 436 if (xinpcb->flags & SCTP_PCB_FLAGS_BOUND_V6) { in gather_sctp() 467 htons(xinpcb->local_port)); in gather_sctp() 475 htons(xinpcb->local_port)); in gather_sctp() 517 ((xinpcb->flags & SCTP_PCB_FLAGS_UDPTYPE) || in gather_sctp() 530 sock->socket = xinpcb->socket; in gather_sctp() [all …]
|
/freebsd/usr.bin/systat/ |
H A D | netstat.c | 80 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/tools/tools/switch_tls/ |
H A D | switch_tls.c | 228 struct xinpcb *xip; in tcpswitchall()
|
/freebsd/usr.sbin/tcpdrop/ |
H A D | tcpdrop.c | 233 struct xinpcb *xip; in tcpdropall()
|
/freebsd/usr.sbin/tcpsso/ |
H A D | tcpsso.c | 98 struct xinpcb *xip; in tcpssoall()
|