HomeSort by: relevance | last modified time | path
    Searched refs:if_init (Results 1 - 25 of 435) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/rump_dhcpclient/
net.h 108 int if_init(struct interface *);
net.h 108 int if_init(struct interface *);
net.h 108 int if_init(struct interface *);
if-bsd.c 73 if_init(_unused struct interface *iface) function in typeref:typename:int
if-bsd.c 73 if_init(_unused struct interface *iface) function in typeref:typename:int
if-bsd.c 73 if_init(_unused struct interface *iface) function in typeref:typename:int
  /src/sys/net/
if_vether.c 85 ifp->if_init = vether_init;
if_vether.c 85 ifp->if_init = vether_init;
if_vether.c 85 ifp->if_init = vether_init;
link_proto.c 253 ifp->if_init != NULL)
254 return if_init(ifp);
if_ieee1394subr.c 674 if ((error = if_init(ifp)) != 0)
680 error = if_init(ifp);
link_proto.c 253 ifp->if_init != NULL)
254 return if_init(ifp);
if_ieee1394subr.c 674 if ((error = if_init(ifp)) != 0)
680 error = if_init(ifp);
link_proto.c 253 ifp->if_init != NULL)
254 return if_init(ifp);
if_ieee1394subr.c 674 if ((error = if_init(ifp)) != 0)
680 error = if_init(ifp);
if_ethersubr.c 1127 * call if_init() which can cause panics because the interface
1530 return if_init(ifp);
1541 return if_init(ifp);
1544 error = if_init(ifp);
1576 if ((error = if_init(ifp)) != 0)
1601 return if_init(ifp);
  /src/sys/net/lagg/
if_lagg.c 387 ifp->if_init = lagg_init;
728 error = if_init(ifp);
2162 if (ifp_port->if_init != NULL) {
2166 error = if_init(ifp_port);
2170 "%s failed to if_init() on %d\n",
2288 ifp_port->if_init != NULL) {
2337 error = if_init(ifp_port);
2384 if (if_init(ifp_port) != 0) {
2468 ifp_port->if_init != NULL) {
2506 error = if_init(ifp_port)
    [all...]
if_lagg.c 387 ifp->if_init = lagg_init;
728 error = if_init(ifp);
2162 if (ifp_port->if_init != NULL) {
2166 error = if_init(ifp_port);
2170 "%s failed to if_init() on %d\n",
2288 ifp_port->if_init != NULL) {
2337 error = if_init(ifp_port);
2384 if (if_init(ifp_port) != 0) {
2468 ifp_port->if_init != NULL) {
2506 error = if_init(ifp_port)
    [all...]
if_lagg.c 387 ifp->if_init = lagg_init;
728 error = if_init(ifp);
2162 if (ifp_port->if_init != NULL) {
2166 error = if_init(ifp_port);
2170 "%s failed to if_init() on %d\n",
2288 ifp_port->if_init != NULL) {
2337 error = if_init(ifp_port);
2384 if (if_init(ifp_port) != 0) {
2468 ifp_port->if_init != NULL) {
2506 error = if_init(ifp_port)
    [all...]
  /src/sys/rump/net/lib/libvirtif/
if_virt.c 117 ifp->if_init = virtif_init;
if_virt.c 117 ifp->if_init = virtif_init;
if_virt.c 117 ifp->if_init = virtif_init;
  /src/sys/arch/usermode/dev/
if_veth.c 135 ifp->if_init = veth_init;
if_veth.c 135 ifp->if_init = veth_init;
if_veth.c 135 ifp->if_init = veth_init;

Completed in 71 milliseconds

1 2 3 4 5 6 7 8 91011>>