Home
last modified time | relevance | path

Searched refs:decapsulate (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/Documentation/networking/
Dipddp.txt17 You can currently encapsulate or decapsulate AppleTalk-IP on LocalTalk,
/linux-4.4.14/drivers/net/appletalk/
DKconfig85 box is stuck on an AppleTalk only network) or decapsulate (e.g. if
/linux-4.4.14/drivers/net/wireless/
Dairo.c1150 static int decapsulate(struct airo_info *ai, MICBuffer *mic, etherHead *pPacket, u16 payLen);
1451 static int decapsulate(struct airo_info *ai, MICBuffer *mic, etherHead *eth, u16 payLen) in decapsulate() function
3379 if (decapsulate(ai, &micbuf, (etherHead*) buffer, len)) in airo_handle_rx()
3678 if (decapsulate (ai, &micbuf, (etherHead*)buffer, len - off - ETH_ALEN * 2)) { in mpi_receive_802_3()