tag | line | file | source code |
htype | 445 | net/inet/arp.c | arp_create(unsigned long paddr, unsigned char *addr, int hlen, int htype) |
htype | 452 | net/inet/arp.c | DPRINTF((DBG_ARP, "%d, %d)\n", hlen, htype)); |
htype | 464 | net/inet/arp.c | apt->htype = htype; |
htype | 798 | net/inet/arp.c | req->arp_ha.sa_family = apt->htype; |
htype | 820 | net/inet/arp.c | int htype, hlen; |
htype | 835 | net/inet/arp.c | htype = ARPHRD_ETHER; |
htype | 839 | net/inet/arp.c | htype = ARPHRD_AX25; |
htype | 855 | net/inet/arp.c | (unsigned char *) r.arp_ha.sa_data, hlen, htype); |
htype | 889 | net/inet/arp.c | r.arp_ha.sa_family = apt->htype; |
htype | 43 | net/inet/arp.h | unsigned char htype; |