Searched refs:htype (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_spppfr.c | 134 unsigned short htype; /* hardware type = ARPHRD_FRELAY */ member 413 if ((ntohs (req->htype) != ARPHRD_FRELAY || in sppp_fr_arp() 414 ntohs (req->htype) != 16) || /* for BayNetworks routers */ in sppp_fr_arp() 419 ntohs (req->htype), ntohs (req->ptype)); in sppp_fr_arp() 498 reply->htype = htons (ARPHRD_FRELAY); in sppp_fr_arp()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_iface.c | 98 uintptr_t htype; in ipfw_kifhandler() local 104 htype = (uintptr_t)arg; in ipfw_kifhandler() 115 if (htype == 1) in ipfw_kifhandler()
|
| /f-stack/freebsd/sys/ |
| H A D | stats.h | 461 #define STATS_VSS_HIST(htype, hist_hlpr_info) STATS_VSS(VS_STYPE_HIST, 0, \ argument 462 htype, (vss_hlpr_fn)&stats_vss_hist_hlpr, \ 488 #define HIST_VSDSZ2NBKTS(htype, dsz) \ argument 489 ((dsz - sizeof(struct voistatdata_##htype)) / \ 490 sizeof(TYPEOF_MEMBER(struct voistatdata_##htype, bkts[0]))) 492 #define HIST_NBKTS2VSDSZ(htype, nbkts) (sizeof(struct voistatdata_##htype) + \ argument 493 ((nbkts) * sizeof(TYPEOF_MEMBER_PTR(struct voistatdata_##htype, bkts))))
|