Searched refs:decapsulate (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/Documentation/networking/ |
D | ipddp.txt | 17 You can currently encapsulate or decapsulate AppleTalk-IP on LocalTalk,
|
/linux-4.1.27/drivers/net/appletalk/ |
D | Kconfig | 85 box is stuck on an AppleTalk only network) or decapsulate (e.g. if
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 1150 static int decapsulate(struct airo_info *ai, MICBuffer *mic, etherHead *pPacket, u16 payLen); 1450 static int decapsulate(struct airo_info *ai, MICBuffer *mic, etherHead *eth, u16 payLen) in decapsulate() function 3374 if (decapsulate(ai, &micbuf, (etherHead*) buffer, len)) in airo_handle_rx() 3671 if (decapsulate (ai, &micbuf, (etherHead*)buffer, len - off - ETH_ALEN * 2)) { in mpi_receive_802_3()
|