HomeSort by: relevance | last modified time | path
    Searched defs:ether_header (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mvme68k/stand/sboot/
etherfun.h 53 struct ether_header { struct
108 struct ether_header *eh = (struct ether_header *)buf;
110 (struct ether_arp *)(buf + sizeof(struct ether_header));
111 struct ip *iph = (struct ip *)(buf + sizeof(struct ether_header));
112 struct udp *udph = (struct udp *)(buf + sizeof(struct ether_header) +
114 u_char *tftp_r = buf + sizeof(struct ether_header) + sizeof(struct ip) +
116 struct tftph *tftp_a = (struct tftph *)(buf + sizeof(struct ether_header) +
118 struct tftphr *tftp = (struct tftphr *)(buf + sizeof(struct ether_header) +
  /src/sys/net/
if_ether.h 87 struct ether_header { struct

Completed in 11 milliseconds