Home
last modified time | relevance | path

Searched defs:xinpcb (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h363 struct xinpcb { struct
365 struct xsocket xi_socket; /* (s,p) */
366 struct in_conninfo inp_inc; /* (s,p) */
367 uint64_t inp_gencnt; /* (s,p) */
368 kvaddr_t inp_ppcb; /* (s) netstat(1) */
369 int64_t inp_spare64[4];
370 uint32_t inp_flow; /* (s) */
371 uint32_t inp_flowid; /* (s) */
372 uint32_t inp_flowtype; /* (s) */
373 int32_t inp_flags; /* (s,p) */
[all …]
/f-stack/freebsd/netinet/
H A Din_pcb.h363 struct xinpcb { struct
365 struct xsocket xi_socket; /* (s,p) */
366 struct in_conninfo inp_inc; /* (s,p) */
367 uint64_t inp_gencnt; /* (s,p) */
368 kvaddr_t inp_ppcb; /* (s) netstat(1) */
369 int64_t inp_spare64[4];
370 uint32_t inp_flow; /* (s) */
371 uint32_t inp_flowid; /* (s) */
372 uint32_t inp_flowtype; /* (s) */
373 int32_t inp_flags; /* (s,p) */
[all …]
H A Dsctp_sysctl.c355 struct xsctp_inpcb xinpcb; in sctp_sysctl_handle_assoclist() local
/f-stack/tools/netstat/
H A Dsctp.c329 sctp_process_inpcb(struct xsctp_inpcb *xinpcb, in sctp_process_inpcb()
503 struct xsctp_inpcb *xinpcb; in sctp_protopr() local