Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dif_bond.c279 char po_name[IFNAMSIZ]; member
1839 return p->po_name; in bondport_get_name()
1932 if ((u_int32_t)snprintf(p->po_name, sizeof(p->po_name), "%s%d", in bondport_create()
1934 >= sizeof(p->po_name)) { in bondport_create()
2722 strlcpy(ibs.ibs_if_name, port->po_name, sizeof(ibs.ibs_if_name)); in bond_get_status()