Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil.c4432 uint32_t *proto_count) in dlil_attach_protocol() argument
4501 if (proto_count != NULL) { in dlil_attach_protocol()
4502 *proto_count = ev_pr_data.proto_remaining_count; in dlil_attach_protocol()
4539 uint32_t proto_count = 0; in ifnet_attach_protocol() local
4568 &proto_count); in ifnet_attach_protocol()
4584 protocol, proto_count); in ifnet_attach_protocol()
4601 uint32_t proto_count = 0; in ifnet_attach_protocol_v2() local
4630 &proto_count); in ifnet_attach_protocol_v2()
4646 protocol, proto_count); in ifnet_attach_protocol_v2()
H A Dif_bridge.c1548 uint32_t proto_count; in bridge_interface_proto_attach_changed() local
1551 proto_count = if_get_protolist(ifp, NULL, 0); in bridge_interface_proto_attach_changed()
1553 "%s: proto count %d", ifp->if_xname, proto_count); in bridge_interface_proto_attach_changed()
1563 if (proto_count >= 2) { in bridge_interface_proto_attach_changed()