Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Ddlil_var_private.h174 kProtoKPI_v2 = 2 enumerator
H A Ddlil_subr.c507 if (proto->proto_kpi == kProtoKPI_v2) { in if_proto_free()
H A Ddlil_input.c345 } else if (ifproto->proto_kpi == kProtoKPI_v2) { in dlil_ifproto_input()
H A Ddlil.c4619 ifproto->proto_kpi = kProtoKPI_v2; in ifnet_attach_protocol_v2()