Searched defs:protocol (Results 1 - 25 of 537) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_freebsd.c103 unsigned short protocol)
128 protocol);
228 const char *ifname, const u8 *own_addr, unsigned short protocol,
250 if (l2_packet_init_libpcap(l2, protocol)) {
102 l2_packet_init_libpcap(struct l2_packet_data *l2, unsigned short protocol) argument
227 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_linux.c92 const char *ifname, const u8 *own_addr, unsigned short protocol,
110 htons(protocol));
131 ll.sll_protocol = htons(protocol);
91 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_ndis.c220 * another event if the protocol driver is replaced with somewhat more
330 static int l2_ndisuio_set_ether_type(unsigned short protocol) argument
332 USHORT proto = htons(protocol);
349 const char *ifname, const u8 *own_addr, unsigned short protocol,
360 l2_ndisuio_global->first_proto = protocol;
382 if (l2_ndisuio_set_ether_type(protocol) < 0) {
389 "filtering ethertype to %04x", protocol);
348 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_none.c68 const char *ifname, const u8 *own_addr, unsigned short protocol,
67 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_pcap.c197 unsigned short protocol)
237 protocol);
279 const char *ifname, const u8 *own_addr, unsigned short protocol,
302 if (l2_packet_init_libpcap(l2, protocol)) {
196 l2_packet_init_libpcap(struct l2_packet_data *l2, unsigned short protocol) argument
278 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_privsep.c127 const char *ifname, const u8 *own_addr, unsigned short protocol,
180 reg_cmd[0] = protocol;
126 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_winpcap.c162 unsigned short protocol)
181 protocol);
199 const char *ifname, const u8 *own_addr, unsigned short protocol,
222 if (l2_packet_init_libpcap(l2, protocol)) {
161 l2_packet_init_libpcap(struct l2_packet_data *l2, unsigned short protocol) argument
198 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dpcsc_funcs.c113 DWORD protocol; member in struct:scard_data
587 &scard->card, &scard->protocol);
600 (unsigned int) scard->card, scard->protocol,
601 scard->protocol == SCARD_PROTOCOL_T0 ? "T0" : "T1");
765 scard->protocol == SCARD_PROTOCOL_T1 ?
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_freebsd.c103 unsigned short protocol)
128 protocol);
228 const char *ifname, const u8 *own_addr, unsigned short protocol,
250 if (l2_packet_init_libpcap(l2, protocol)) {
102 l2_packet_init_libpcap(struct l2_packet_data *l2, unsigned short protocol) argument
227 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_linux.c92 const char *ifname, const u8 *own_addr, unsigned short protocol,
110 htons(protocol));
131 ll.sll_protocol = htons(protocol);
91 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_ndis.c220 * another event if the protocol driver is replaced with somewhat more
330 static int l2_ndisuio_set_ether_type(unsigned short protocol) argument
332 USHORT proto = htons(protocol);
349 const char *ifname, const u8 *own_addr, unsigned short protocol,
360 l2_ndisuio_global->first_proto = protocol;
382 if (l2_ndisuio_set_ether_type(protocol) < 0) {
389 "filtering ethertype to %04x", protocol);
348 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_none.c68 const char *ifname, const u8 *own_addr, unsigned short protocol,
67 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_pcap.c197 unsigned short protocol)
237 protocol);
279 const char *ifname, const u8 *own_addr, unsigned short protocol,
302 if (l2_packet_init_libpcap(l2, protocol)) {
196 l2_packet_init_libpcap(struct l2_packet_data *l2, unsigned short protocol) argument
278 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_privsep.c127 const char *ifname, const u8 *own_addr, unsigned short protocol,
180 reg_cmd[0] = protocol;
126 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_winpcap.c162 unsigned short protocol)
181 protocol);
199 const char *ifname, const u8 *own_addr, unsigned short protocol,
222 if (l2_packet_init_libpcap(l2, protocol)) {
161 l2_packet_init_libpcap(struct l2_packet_data *l2, unsigned short protocol) argument
198 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
/external/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c113 DWORD protocol; member in struct:scard_data
587 &scard->card, &scard->protocol);
600 (unsigned int) scard->card, scard->protocol,
601 scard->protocol == SCARD_PROTOCOL_T0 ? "T0" : "T1");
765 scard->protocol == SCARD_PROTOCOL_T1 ?
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_freebsd.c103 unsigned short protocol)
128 protocol);
228 const char *ifname, const u8 *own_addr, unsigned short protocol,
250 if (l2_packet_init_libpcap(l2, protocol)) {
102 l2_packet_init_libpcap(struct l2_packet_data *l2, unsigned short protocol) argument
227 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_linux.c92 const char *ifname, const u8 *own_addr, unsigned short protocol,
110 htons(protocol));
131 ll.sll_protocol = htons(protocol);
91 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_ndis.c220 * another event if the protocol driver is replaced with somewhat more
330 static int l2_ndisuio_set_ether_type(unsigned short protocol) argument
332 USHORT proto = htons(protocol);
349 const char *ifname, const u8 *own_addr, unsigned short protocol,
360 l2_ndisuio_global->first_proto = protocol;
382 if (l2_ndisuio_set_ether_type(protocol) < 0) {
389 "filtering ethertype to %04x", protocol);
348 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_none.c68 const char *ifname, const u8 *own_addr, unsigned short protocol,
67 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_pcap.c197 unsigned short protocol)
237 protocol);
279 const char *ifname, const u8 *own_addr, unsigned short protocol,
302 if (l2_packet_init_libpcap(l2, protocol)) {
196 l2_packet_init_libpcap(struct l2_packet_data *l2, unsigned short protocol) argument
278 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_privsep.c127 const char *ifname, const u8 *own_addr, unsigned short protocol,
180 reg_cmd[0] = protocol;
126 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_winpcap.c162 unsigned short protocol)
181 protocol);
199 const char *ifname, const u8 *own_addr, unsigned short protocol,
222 if (l2_packet_init_libpcap(l2, protocol)) {
161 l2_packet_init_libpcap(struct l2_packet_data *l2, unsigned short protocol) argument
198 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c113 DWORD protocol; member in struct:scard_data
587 &scard->card, &scard->protocol);
600 (unsigned int) scard->card, scard->protocol,
601 scard->protocol == SCARD_PROTOCOL_T0 ? "T0" : "T1");
765 scard->protocol == SCARD_PROTOCOL_T1 ?
/external/tcpdump/
H A Dprint-sflow.c15 * The SFLOW protocol as per http://www.sflow.org/developers/specifications.php
167 u_int8_t protocol[4]; member in struct:sflow_expanded_flow_raw_t
615 printf("\n\t protocol %s (%u), length %u, stripped bytes %u, header_size %u",
616 tok2str(sflow_flow_raw_protocol_values,"Unknown",EXTRACT_32BITS(sflow_flow_raw->protocol)),
617 EXTRACT_32BITS(sflow_flow_raw->protocol),

Completed in 233 milliseconds

1234567891011>>