HomeSort by: relevance | last modified time | path
    Searched refs:hwtype (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
bpf.c 85 switch (ifp->hwtype) {
98 switch (ifp->hwtype) {
114 switch (ifp->hwtype) {
132 switch (ifp->hwtype) {
324 switch(bpf->bpf_ifp->hwtype) {
499 switch(ifp->hwtype) {
651 switch(bpf->bpf_ifp->hwtype) {
if.c 409 switch(ifp->hwtype) {
433 ifp->name, ifp->hwtype);
626 ifp->hwtype = ARPHRD_ETHER;
630 ifp->hwtype = ARPHRD_IEEE1394;
635 ifp->hwtype = ARPHRD_INFINIBAND;
649 ifp->hwtype = ARPHRD_ETHER;
657 ifp->hwtype = sll->sll_hatype;
675 ifp->hwtype = ifr.ifr_hwaddr.sa_family;
dhcpcd.h 77 uint16_t hwtype; /* ARPHRD_ETHER for example */ member in struct:interface
duid.c 139 u16 = htons(ifp->hwtype);
arp.c 80 ar.ar_hrd = htons(ifp->hwtype);
213 if (arp->ar_hrd != htons(ifp->hwtype))
dhcpcd.c 1326 uint16_t hwtype, const void *hwaddr, uint8_t hwlen)
1339 if (ifp->hwtype != hwtype) {
1342 " from %d to %d", ifp->name, ifp->hwtype, hwtype);
1343 ifp->hwtype = hwtype;
ipv6.c 241 switch (ifp->hwtype) {
1482 switch (ifp->hwtype) {
dhcp.c 850 bootp->htype = (uint8_t)ifp->hwtype;
4077 state->clientid[1] = (uint8_t)ifp->hwtype;
4312 switch (ifp->hwtype) {
if-bsd.c 1405 dhcpcd_handlehwaddr(ifp, ifp->hwtype,
  /src/usr.bin/rump_dhcpclient/
dhcp.h 140 uint8_t hwtype; /* hardware address type */ member in struct:dhcp_message
dhcp.c 566 dhcp->hwtype = iface->family;

Completed in 59 milliseconds