| /src/sys/arch/mvme68k/stand/netboot/ |
| boot.c | 91 machdep_common_ether(u_char *ether) 100 ether[0] = 0x08; 101 ether[1] = 0x00; 102 ether[2] = 0x3e; 103 ether[3] = ea[0]; 104 ether[4] = ea[1]; 105 ether[5] = ea[2]; 111 ether[0] = ea[0]; 112 ether[1] = ea[1]; 113 ether[2] = ea[2] [all...] |
| /src/external/bsd/ipf/dist/ipsend/ |
| arp.c | 67 int arp(ip, ether) 69 char *ether; 79 if (arp_getipv4(ip, ether) == 0) 83 bcopy(ethersave, ether, 6); 94 if (!(ether_hostton(hp->h_name, (struct ether_addr *)ether))) 96 if (!(ether_hostton(hp->h_name, ether))) 136 bcopy(ar.arp_ha.sa_data, ether, 6); 138 bcopy(ether, ethersave, 6);
|
| larp.c | 58 int arp(ip, ether) 60 char *ether; 68 if (arp_getipv4(ip, ether) == 0) 91 bcopy(ar.arp_ha.sa_data, ether, 6);
|
| 44arp.c | 76 if (arp_getipv4(addr, ether) == 0)
|
| /src/external/bsd/iscsi/dist/src/lib/ |
| uuid.c | 59 uint64_t ether; local 63 ether = ((uint64_t)random() << 32) | random(); 69 (void) memcpy(&uuid->node, ðer, sizeof(uuid->node));
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| ether.c | 1 /* $NetBSD: ether.c,v 1.4 2025/09/05 21:16:17 christos Exp $ */ 3 /* ether.c - ethernet address lookup routines */ 47 NSSOV_INIT(ether) 49 NSSOV_CBPRIV(ether, 75 /* get the name of the ether entry */ 81 Debug(LDAP_DEBUG_ANY,"ether entry %s does not contain %s value\n", 99 Debug(LDAP_DEBUG_ANY,"ether entry %s does not contain %s value\n", 123 NSSOV_CB(ether) 126 ether,byname, 140 ether,byether [all...] |
| Makefile | 52 OBJS = alias.lo ether.lo group.lo host.lo netgroup.lo network.lo \
|
| /src/sys/arch/luna68k/dev/ |
| if_le.c | 216 myetheraddr(uint8_t *ether) 233 ether[i] = l | (u << 4); 254 ether[i] = ((u < '9') ? l : l + 9) | (hex << 4); 259 ether[0] = 0x00; ether[1] = 0x00; ether[2] = 0x0a; 260 ether[3] = 0xDE; ether[4] = 0xAD; ether[5] = 0x00;
|
| /src/sys/arch/luna68k/stand/boot/ |
| if_le.c | 235 myetheraddr(uint8_t *ether) 252 ether[i] = l | (u << 4); 273 ether[i] = ((u < '9') ? l : l + 9) | (hex << 4); 278 ether[0] = 0x00; ether[1] = 0x00; ether[2] = 0x0a; 279 ether[3] = 0xDE; ether[4] = 0xAD; ether[5] = 0x00;
|
| /src/usr.sbin/npf/npftest/ |
| npftest.conf | 99 pass ether in final from $mac1 to $mac2 type Ex86DD 100 block ether in final from $mac2 101 pass ether out final to $mac3 type Ex809B 102 pass ether in final from $nested_mac4 110 block ether all
|
| /src/sys/net/npf/ |
| npf_inet.c | 585 struct ether_header *ether; local 589 * we are so sure ether header will be in the first mbuf 592 ether = mtod(m, struct ether_header *); 593 if (__predict_false(ether == NULL)) 595 memcpy(&npc->ether, ether, sizeof(npc->ether));
|
| npf.h | 155 #define NPC_LAYER2 0x400 /* ether header */ 167 struct ether_header ether; member in struct:__anon7047
|
| /src/sys/arch/mips/conf/ |
| files.sibyte | 42 device sbmac: arp, ether, ifnet, mii, mii_bitbang
|
| /src/sys/lib/libsa/ |
| Makefile | 71 SRCS+= arp.c ether.c ether_sprintf.c ip_cksum.c net.c netif.c rpc.c udp.c ip.c
|
| /src/usr.sbin/npf/npfctl/ |
| npf_data.c | 715 * general function to parse ether type and mac address 758 const char *err = "invalid ether type format"; 771 struct ether_addr *ether; local 774 ether = (struct ether_addr *)addr; 777 return npfvar_create_element(NPFVAR_MAC, ether, sizeof(*ether));
|
| /src/usr.sbin/npf/npftest/libnpftest/ |
| npf_mbuf_subr.c | 222 mbuf_return_hdrs(struct mbuf *m, bool ether, struct ip **ip) 226 if (ether) {
|
| /src/external/bsd/tcpdump/bin/ |
| Makefile | 66 print-ether.c \
|
| /src/external/bsd/libpcap/dist/ |
| nametoaddr.c | 81 * OK, just include <netinet/ether.h> 83 #include <netinet/ether.h> 579 * Static data base of ether protocol types.
|
| scanner.l | 284 link|ether|ppp|slip return LINK;
|
| /src/external/bsd/tcpdump/dist/ |
| addrtoname.c | 46 * OK, just include <netinet/ether.h> 48 #include <netinet/ether.h> 433 /* Find the hash node that corresponds the ether address 'ep' */
|
| /src/sys/net/ |
| if_bridge.c | 1978 uint8_t *ether = src ? eh->ether_shost : eh->ether_dhost; local 1980 if (memcmp(CLLADDR(bif->bif_ifp->if_sadl), ether, ETHER_ADDR_LEN) == 0
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_posix.cc | 67 #include <netinet/ether.h>
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_posix.cpp | 71 #include <netinet/ether.h>
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_posix.cpp | 72 #include <netinet/ether.h>
|
| /src/external/mpl/dhcp/dist/keama/ |
| parse.c | 404 isc_boolean_t ether = ISC_FALSE; local 411 ether = ISC_TRUE; 436 if (ether) 442 if (!ether || (hlen != 6)) {
|