/src/sys/netinet/ |
sctp_peeloff.c | 87 sctp_can_peel_off(struct socket *head, u_int32_t assoc_id) 95 stcb = sctp_findassociation_ep_asocid(inp, assoc_id); 104 sctp_do_peeloff(struct socket *head, struct socket *so, u_int32_t assoc_id) 112 stcb = sctp_findassociation_ep_asocid(inp, assoc_id); 138 sctp_get_peeloff(struct socket *head, u_int32_t assoc_id, int *error) 155 stcb = sctp_findassociation_ep_asocid(inp, assoc_id);
|
sctp_usrreq.c | 1520 sctp_assoc_t *assoc_id; local in function:sctp_optsget 1531 assoc_id = sopt->sopt_data; 1550 stcb = sctp_findassociation_ep_asocid(inp, *assoc_id); 1712 sctp_assoc_t *assoc_id; local in function:sctp_optsget 1739 assoc_id = sopt->sopt_data; 1740 stcb = sctp_findassociation_ep_asocid(inp, *assoc_id);
|
/src/lib/libc/net/ |
sctp_sys_calls.c | 760 sctp_assoc_t assoc_id; local in function:sctp_sendv 945 assoc_id = sctp_getassocid(sd, addrs); 946 memcpy(assoc_id_ptr, &assoc_id, sizeof(assoc_id)); 952 sctp_peeloff(int sd, sctp_assoc_t assoc_id) 957 val = assoc_id;
|
/src/sys/dev/pcmcia/ |
if_malo_pcmciavar.h | 203 uint16_t assoc_id; member in struct:malo_cmd_body_rsp_assoc
|
/src/sys/dev/pci/ |
if_iwmreg.h | 3522 * @assoc_id: unique ID assigned by the AP during association 3533 uint32_t assoc_id; member in struct:iwm_mac_data_sta 6104 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP 6133 uint16_t assoc_id; member in struct:iwm_add_sta_cmd_v7
|
if_iwm.c | 5796 sta->assoc_id = htole32(ni->ni_associd);
|