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

  /src/dist/pf/sbin/pfctl/
pfctl_altq.c 83 u_long getifmtu(char *);
251 size = size * getifmtu(pa->ifname);
398 ifmtu = getifmtu(pa->ifname);
1126 getifmtu(char *ifname) function in typeref:typename:u_long
1136 errx(1, "getifmtu: strlcpy");
  /src/usr.sbin/route6d/
route6d.c 219 static int getifmtu(int);
1432 ifcp->ifc_mtu = getifmtu(ifcp->ifc_index);
2174 getifmtu(int ifindex) function in typeref:typename:int

Completed in 111 milliseconds