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

/freebsd-10.1-release/usr.sbin/wpa/ndis_events/
H A Dndis_events.c171 char indication[NDIS_INDICATION_LEN]; local
185 e = (struct ndis_evt *)indication;
189 ifr.ifr_data = indication;
251 memcpy(pos, (indication) + sizeof(struct ndis_evt), e->ne_len);
/freebsd-10.1-release/sys/netinet/
H A Dsctp_auth.h222 uint32_t indication, uint16_t keyid, uint16_t alt_keyid, int so_locked);
H A Dsctp_header.h381 uint32_t indication; member in struct:sctp_adaptation_layer_indication
H A Dsctp_auth.c1747 sctp_notify_authentication(struct sctp_tcb *stcb, uint32_t indication, argument
1784 auth->auth_indication = indication;
H A Dsctp_output.c4786 /* Adaptation layer indication parameter */
4792 ali->indication = htonl(inp->sctp_ep.adaptation_layer_indicator);
5892 /* adaptation layer indication parameter */
5898 ali->indication = htonl(inp->sctp_ep.adaptation_layer_indicator);
H A Dsctp_pcb.c4766 * aborted indication.
6385 stcb->asoc.peers_adaptation = ntohl(aip->indication);

Completed in 1186 milliseconds