Searched refs:indication (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.sbin/wpa/ndis_events/
H A Dndis_events.c170 char indication[NDIS_INDICATION_LEN]; local
184 e = (struct ndis_evt *)indication;
188 ifr.ifr_data = indication;
250 memcpy(pos, (indication) + sizeof(struct ndis_evt), e->ne_len);
/freebsd-11-stable/sys/netinet/
H A Dsctp_auth.h222 uint32_t indication, uint16_t keyid, uint16_t alt_keyid, int so_locked);
H A Dsctp_header.h363 uint32_t indication; member in struct:sctp_adaptation_layer_indication
H A Dsctp_auth.c1754 sctp_notify_authentication(struct sctp_tcb *stcb, uint32_t indication, argument
1792 auth->auth_indication = indication;
H A Dsctp_output.c4750 /* Adaptation layer indication parameter */
4756 ali->indication = htonl(inp->sctp_ep.adaptation_layer_indicator);
5922 /* adaptation layer indication parameter */
5928 ali->indication = htonl(inp->sctp_ep.adaptation_layer_indicator);
H A Dsctp_pcb.c4792 * aborted indication.
6376 stcb->asoc.peers_adaptation = ntohl(aip->indication);

Completed in 104 milliseconds