HomeSort by: relevance | last modified time | path
    Searched refs:ethers (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
ether.c 71 struct berval *names,*ethers; local
103 ethers = a->a_vals;
108 ethers=tmparr;
109 ethers[0]=cbp->addr;
110 BER_BVZERO(&ethers[1]);
114 for (j=0;!BER_BVISNULL(&ethers[j]);j++)
118 WRITE_ETHER(cbp->fp,ethers[j]);
  /src/lib/libc/net/
Makefile.inc 7 SRCS+= base64.c ethers.c gethnamaddr.c getifaddrs.c \
45 MAN+= byteorder.3 ethers.3 gethostbyname.3 getifaddrs.3 \
56 MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \
57 ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3
  /src/share/man/man5/
Makefile 10 ethers.5 floppytab.5 forward.5 \
  /src/usr.bin/getent/
getent.c 72 static int ethers(int, char *[]);
96 { "ethers", ethers, },
200 * ethers
204 ethers(int argc, char *argv[]) function
217 warnx("Enumeration not supported on ethers");

Completed in 37 milliseconds