Searched refs:netif_open (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/sys/lib/libsa/
H A Dnetif.h59 int netif_open(void *);
H A Dnetif.c273 netif_open(void *machdep_hint) function
/openbsd-current/sys/arch/macppc/stand/
H A Dnet.c44 * find interface - netif_open()
89 if ((netdev_sock = netif_open(op)) < 0) {
H A Dnetif_of.c76 netif_open(void *machdep_hint) function
82 printf("netif_open...");
/openbsd-current/sys/arch/sparc64/stand/ofwboot/
H A Dnet.c44 * find interface - netif_open()
92 if ((netdev_sock = netif_open(op)) < 0) {
H A Dnetif_of.c71 netif_open(void *machdep_hint) function
76 DNPRINTF(BOOT_D_OFNET, "netif_open...");
/openbsd-current/sys/arch/luna88k/stand/boot/
H A Ddev_net.c42 * find interface - netif_open()
103 netdev_sock = netif_open(devname);
105 printf("netif_open() failed\n");
110 printf("netif_open() succeeded\n");
/openbsd-current/sys/arch/alpha/stand/netboot/
H A Ddev_net.c38 * find interface - netif_open()
106 netdev_sock = netif_open(devname);
108 printf("net_open: netif_open() failed\n");
112 printf("net_open: netif_open() succeeded\n");
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defipxe.c334 if ((tftpdev_sock = netif_open("efinet")) < 0) {
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Defipxe.c334 if ((tftpdev_sock = netif_open("efinet")) < 0) {
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defipxe.c334 if ((tftpdev_sock = netif_open("efinet")) < 0) {

Completed in 265 milliseconds