/src/sys/arch/sparc/stand/boot/ |
Makefile | 4 PROGSOURCE= boot.c net.c netif_sun.c conf.c openfirm.c bootinfo.c \ 7 FILES= boot.net bootjs.net ${RELOCS:S/^/boot./g} 45 boot.net: boot.${RELOC_DEFAULT} 53 bootjs.net: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} 57 CLEANFILES+= bootjs.net.map
|
Makefile | 4 PROGSOURCE= boot.c net.c netif_sun.c conf.c openfirm.c bootinfo.c \ 7 FILES= boot.net bootjs.net ${RELOCS:S/^/boot./g} 45 boot.net: boot.${RELOC_DEFAULT} 53 bootjs.net: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} 57 CLEANFILES+= bootjs.net.map
|
Makefile | 4 PROGSOURCE= boot.c net.c netif_sun.c conf.c openfirm.c bootinfo.c \ 7 FILES= boot.net bootjs.net ${RELOCS:S/^/boot./g} 45 boot.net: boot.${RELOC_DEFAULT} 53 bootjs.net: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} 57 CLEANFILES+= bootjs.net.map
|
Makefile | 4 PROGSOURCE= boot.c net.c netif_sun.c conf.c openfirm.c bootinfo.c \ 7 FILES= boot.net bootjs.net ${RELOCS:S/^/boot./g} 45 boot.net: boot.${RELOC_DEFAULT} 53 bootjs.net: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} 57 CLEANFILES+= bootjs.net.map
|
/src/lib/libc/compat/net/ |
compat_ns_ntoa.c | 53 union { union ns_net net_e; uint32_t long_e; } net; local in function:ns_ntoa 60 net.net_e = addr.x_net; 61 sprintf(obuf, "%x", ntohl(net.long_e));
|
compat_ns_ntoa.c | 53 union { union ns_net net_e; uint32_t long_e; } net; local in function:ns_ntoa 60 net.net_e = addr.x_net; 61 sprintf(obuf, "%x", ntohl(net.long_e));
|
compat_ns_ntoa.c | 53 union { union ns_net net_e; uint32_t long_e; } net; local in function:ns_ntoa 60 net.net_e = addr.x_net; 61 sprintf(obuf, "%x", ntohl(net.long_e));
|
compat_ns_ntoa.c | 53 union { union ns_net net_e; uint32_t long_e; } net; local in function:ns_ntoa 60 net.net_e = addr.x_net; 61 sprintf(obuf, "%x", ntohl(net.long_e));
|
/src/lib/libc/net/ |
getnetent.c | 70 static struct netent net; variable in typeref:struct:netent 125 net.__n_pad0 = 0; 137 net.n_name = p; 147 net.n_net = inet_network(cp); 148 net.n_addrtype = AF_INET; 149 q = net.n_aliases = net_aliases; 165 return (&net);
|
getnetent.c | 70 static struct netent net; variable in typeref:struct:netent 125 net.__n_pad0 = 0; 137 net.n_name = p; 147 net.n_net = inet_network(cp); 148 net.n_addrtype = AF_INET; 149 q = net.n_aliases = net_aliases; 165 return (&net);
|
getnetent.c | 70 static struct netent net; variable in typeref:struct:netent 125 net.__n_pad0 = 0; 137 net.n_name = p; 147 net.n_net = inet_network(cp); 148 net.n_addrtype = AF_INET; 149 q = net.n_aliases = net_aliases; 165 return (&net);
|
getnetent.c | 70 static struct netent net; variable in typeref:struct:netent 125 net.__n_pad0 = 0; 137 net.n_name = p; 147 net.n_net = inet_network(cp); 148 net.n_addrtype = AF_INET; 149 q = net.n_aliases = net_aliases; 165 return (&net);
|
/src/share/examples/amd/ |
amd.conf | 4 # Goes into /etc, while cd & net go into /etc/amd (or change paths below). 14 [ /net ] 15 map_name = /etc/amd/net
|
amd.conf | 4 # Goes into /etc, while cd & net go into /etc/amd (or change paths below). 14 [ /net ] 15 map_name = /etc/amd/net
|
amd.conf | 4 # Goes into /etc, while cd & net go into /etc/amd (or change paths below). 14 [ /net ] 15 map_name = /etc/amd/net
|
amd.conf | 4 # Goes into /etc, while cd & net go into /etc/amd (or change paths below). 14 [ /net ] 15 map_name = /etc/amd/net
|
/src/sys/netatalk/ |
ddp_output.c | 40 #include <net/if.h> 41 #include <net/route.h> 42 #include <net/if_ether.h> 124 uint16_t net; local in function:ddp_route 132 net = satosat(rt->rt_gateway)->sat_addr.s_net; 135 if (ntohs(net) >= ntohs(aa->aa_firstnet) && 136 ntohs(net) <= ntohs(aa->aa_lastnet)) {
|
ddp_output.c | 40 #include <net/if.h> 41 #include <net/route.h> 42 #include <net/if_ether.h> 124 uint16_t net; local in function:ddp_route 132 net = satosat(rt->rt_gateway)->sat_addr.s_net; 135 if (ntohs(net) >= ntohs(aa->aa_firstnet) && 136 ntohs(net) <= ntohs(aa->aa_lastnet)) {
|
ddp_output.c | 40 #include <net/if.h> 41 #include <net/route.h> 42 #include <net/if_ether.h> 124 uint16_t net; local in function:ddp_route 132 net = satosat(rt->rt_gateway)->sat_addr.s_net; 135 if (ntohs(net) >= ntohs(aa->aa_firstnet) && 136 ntohs(net) <= ntohs(aa->aa_lastnet)) {
|
/src/sys/arch/i386/stand/efiboot/ |
efipxe.c | 33 EFI_SIMPLE_NETWORK *net; member in struct:efipxeinfo 47 EFI_SIMPLE_NETWORK *net; local in function:efi_pxe_probe 82 &SimpleNetworkProtocol, (void **)&net); 86 if (net->Mode == NULL) 91 if (net->Mode->HwAddressSize == epi->addrsz && 92 memcmp(net->Mode->CurrentAddress.Addr, epi->mac.Addr, 93 net->Mode->HwAddressSize) == 0) { 107 epi->net = net; 108 epi->addrsz = net->Mode->HwAddressSize [all...] |
efipxe.c | 33 EFI_SIMPLE_NETWORK *net; member in struct:efipxeinfo 47 EFI_SIMPLE_NETWORK *net; local in function:efi_pxe_probe 82 &SimpleNetworkProtocol, (void **)&net); 86 if (net->Mode == NULL) 91 if (net->Mode->HwAddressSize == epi->addrsz && 92 memcmp(net->Mode->CurrentAddress.Addr, epi->mac.Addr, 93 net->Mode->HwAddressSize) == 0) { 107 epi->net = net; 108 epi->addrsz = net->Mode->HwAddressSize [all...] |
efipxe.c | 33 EFI_SIMPLE_NETWORK *net; member in struct:efipxeinfo 47 EFI_SIMPLE_NETWORK *net; local in function:efi_pxe_probe 82 &SimpleNetworkProtocol, (void **)&net); 86 if (net->Mode == NULL) 91 if (net->Mode->HwAddressSize == epi->addrsz && 92 memcmp(net->Mode->CurrentAddress.Addr, epi->mac.Addr, 93 net->Mode->HwAddressSize) == 0) { 107 epi->net = net; 108 epi->addrsz = net->Mode->HwAddressSize [all...] |
/src/sys/stand/efiboot/ |
efipxe.c | 33 EFI_SIMPLE_NETWORK *net; member in struct:efipxeinfo 47 EFI_SIMPLE_NETWORK *net; local in function:efi_pxe_probe 82 &SimpleNetworkProtocol, (void **)&net); 86 if (net->Mode == NULL) 91 if (net->Mode->HwAddressSize == epi->addrsz && 92 memcmp(net->Mode->CurrentAddress.Addr, epi->mac.Addr, 93 net->Mode->HwAddressSize) == 0) { 107 epi->net = net; 108 epi->addrsz = net->Mode->HwAddressSize [all...] |
efipxe.c | 33 EFI_SIMPLE_NETWORK *net; member in struct:efipxeinfo 47 EFI_SIMPLE_NETWORK *net; local in function:efi_pxe_probe 82 &SimpleNetworkProtocol, (void **)&net); 86 if (net->Mode == NULL) 91 if (net->Mode->HwAddressSize == epi->addrsz && 92 memcmp(net->Mode->CurrentAddress.Addr, epi->mac.Addr, 93 net->Mode->HwAddressSize) == 0) { 107 epi->net = net; 108 epi->addrsz = net->Mode->HwAddressSize [all...] |
efipxe.c | 33 EFI_SIMPLE_NETWORK *net; member in struct:efipxeinfo 47 EFI_SIMPLE_NETWORK *net; local in function:efi_pxe_probe 82 &SimpleNetworkProtocol, (void **)&net); 86 if (net->Mode == NULL) 91 if (net->Mode->HwAddressSize == epi->addrsz && 92 memcmp(net->Mode->CurrentAddress.Addr, epi->mac.Addr, 93 net->Mode->HwAddressSize) == 0) { 107 epi->net = net; 108 epi->addrsz = net->Mode->HwAddressSize [all...] |