HomeSort by relevance Sort by last modified time
    Searched refs:ipfncb (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/intel/ipf/
ipf.global-objs.debug64 45 ipfncb
  /onnv/onnv-gate/usr/src/uts/sparc/ipf/
ipf.global-objs.debug64 45 ipfncb
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/
solaris.c 121 static net_instance_t *ipfncb = NULL; variable
604 ipfncb = net_instance_alloc(NETINFO_VERSION);
605 ipfncb->nin_name = "ipf";
606 ipfncb->nin_create = ipf_stack_create;
607 ipfncb->nin_destroy = ipf_stack_destroy;
608 ipfncb->nin_shutdown = ipf_stack_shutdown;
609 i = net_instance_register(ipfncb);
655 (void) net_instance_unregister(ipfncb);
656 net_instance_free(ipfncb);

Completed in 120 milliseconds