Home
last modified time | relevance | path

Searched refs:lhdr (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/net/80211/
Dnet80211.c514 struct ieee80211_llc_snap_header *lhdr = in net80211_ll_push() local
537 lhdr->dsap = IEEE80211_LLC_DSAP; in net80211_ll_push()
538 lhdr->ssap = IEEE80211_LLC_SSAP; in net80211_ll_push()
539 lhdr->ctrl = IEEE80211_LLC_CTRL; in net80211_ll_push()
540 memset ( lhdr->oui, 0x00, 3 ); in net80211_ll_push()
541 lhdr->ethertype = net_proto; in net80211_ll_push()
565 struct ieee80211_llc_snap_header *lhdr = in net80211_ll_pull() local
596 if ( lhdr->dsap != IEEE80211_LLC_DSAP || lhdr->ssap != IEEE80211_LLC_SSAP || in net80211_ll_pull()
597 lhdr->ctrl != IEEE80211_LLC_CTRL || lhdr->oui[0] || lhdr->oui[1] || in net80211_ll_pull()
598 lhdr->oui[2] ) { in net80211_ll_pull()
[all …]
/external/python/cpython2/Lib/email/
Dfeedparser.py470 lhdr = EMPTYSTRING.join(lastvalue)[:-1].rstrip('\r\n')
471 self._cur[lastheader] = lhdr