Searched refs:dsap (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-llc.c153 uint8_t dsap_field, dsap, ssap_field, ssap; local
232 dsap = dsap_field & ~LLC_IG;
236 ND_PRINT((ndo, "LLC, dsap %s (0x%02x) %s, ssap %s (0x%02x) %s",
237 tok2str(llc_values, "Unknown", dsap),
238 dsap,
258 if (ssap == LLCSAP_SNAP && dsap == LLCSAP_SNAP
276 if (ssap == LLCSAP_8021D && dsap == LLCSAP_8021D &&
282 if (ssap == LLCSAP_IP && dsap == LLCSAP_IP &&
294 if (ssap == LLCSAP_IPX && dsap == LLCSAP_IPX &&
309 if (ssap == LLCSAP_NETBEUI && dsap
[all...]
/freebsd-12-stable/libexec/rbootd/
H A Drmp.h89 u_int8_t dsap; /* 802.2 DSAP */ member in struct:hp_llc
H A Dbpf.c179 { BPF_LD|BPF_B|BPF_ABS, 0, 0, (long)&RMP->hp_llc.dsap },
H A Dutils.c117 rmp->hp_llc.dsap, rmp->hp_llc.ssap, ntohs(rmp->hp_llc.cntrl));
/freebsd-12-stable/contrib/wpa/src/ap/
H A Diapp.c88 u8 dsap; /* null DSAP address */ member in struct:iapp_layer2_update
220 msg.dsap = 0; /* NULL DSAP address */
/freebsd-12-stable/sys/net80211/
H A Dieee80211_hostap.c1621 uint8_t dsap; member in struct:l2_update_frame
1656 l2uf->dsap = 0;
/freebsd-12-stable/crypto/openssh/
H A Dsshkey.c1497 dsa_generate_private_key(u_int bits, DSA **dsap) argument
1502 if (dsap == NULL)
1510 *dsap = NULL;
1516 *dsap = private;

Completed in 140 milliseconds