Home
last modified time | relevance | path

Searched refs:pc_htype (Results 1 – 9 of 9) sorted by relevance

/openbsd/usr.sbin/dhcrelay/
H A Ddhcrelay.c367 pc->pc_htype = packet->htype; in relay()
897 print_hw_addr(pc->pc_htype, pc->pc_hlen, in l2relay()
904 print_hw_addr(pc->pc_htype, pc->pc_hlen, in l2relay()
918 print_hw_addr(pc->pc_htype, pc->pc_hlen, in l2relay()
H A Dpacket.c193 pc->pc_htype = ARPHRD_ETHER; in decode_hw_header()
205 pc->pc_htype = ARPHRD_ETHER; in decode_hw_header()
H A Ddhcpd.h51 uint8_t pc_htype; member
/openbsd/usr.sbin/vmd/
H A Dpacket.c193 pc->pc_htype = ARPHRD_ETHER; in decode_hw_header()
210 pc->pc_htype = ARPHRD_ETHER; in decode_hw_header()
H A Ddhcp.c91 req.htype != pc.pc_htype || in dhcp_request()
H A Dvmd.h442 uint8_t pc_htype; in ss2sin6()
446 uint8_t pc_htype; global() member
/openbsd/usr.sbin/dhcrelay6/
H A Ddhcpd.h59 uint8_t pc_htype; member
H A Dpacket.c155 pc->pc_htype = ARPHRD_ETHER; in decode_hw_header()
H A Ddhcrelay6.c776 type, print_hw_addr(pc->pc_htype, pc->pc_hlen, in relay6_logsrcaddr()