Searched defs:sunatm (Results 1 - 1 of 1) sorted by relevance

/external/libpcap/
H A Dpcap-dag.c446 struct sunatm_hdr *sunatm = (struct sunatm_hdr *)dp; local
450 sunatm->vci = htons((rawatm >> 4) & 0xffff);
451 sunatm->vpi = (rawatm >> 20) & 0x00ff;
452 sunatm->flags = ((header->flags.iface & 1) ? 0x80 : 0x00) |
453 ((sunatm->vpi == 0 && sunatm->vci == htons(5)) ? 6 :
454 ((sunatm->vpi == 0 && sunatm->vci == htons(16)) ? 5 :

Completed in 72 milliseconds