Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Drarp.c65 u_char header[ETHER_SIZE]; in rarp_getipaddress()
72 u_char header[ETHER_SIZE]; in rarp_getipaddress()
H A Dnet.h70 #define ETHER_SIZE 14 macro
H A Dudp.c230 if (n > RECV_SIZE - ETHER_SIZE) { in readudp()