Searched refs:l3d (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/pdp11/
H A Dopcode.s205 3: l3d r4
/netbsd-current/sys/dev/pci/ixgbe/
H A Dix_txrx.c848 char *l3d; local
907 l3d = mtod(mp->m_next, char *);
909 l3d = mtod(mp, char *) + ehdrlen;
914 ip = (struct ip *)(l3d);
924 ip6 = (struct ip6_hdr *)(l3d);
/netbsd-current/sys/dev/pci/igc/
H A Dif_igc.c3243 char *l3d; local
3246 l3d = mtod(mp->m_next, char *);
3248 l3d = mtod(mp, char *) + ehlen;
3262 ip = (void *)l3d;
3274 ip6 = (void *)l3d;

Completed in 102 milliseconds