Searched refs:ndrv_proto (Results 1 – 1 of 1) sorted by relevance
392 struct ifnet_attach_proto_param ndrv_proto; in ndrv_bind() local394 bzero(&ndrv_proto, sizeof(ndrv_proto)); in ndrv_bind()395 ndrv_proto.event = ndrv_event; in ndrv_bind()399 result = ifnet_attach_protocol(ifp, PF_NDRV, &ndrv_proto); in ndrv_bind()