Home
last modified time | relevance | path

Searched refs:netid (Results 1 – 14 of 14) sorted by relevance

/openbsd/usr.sbin/dvmrpd/
H A Dreport.c78 u_int32_t netid, netmask; in recv_report() local
122 memcpy(&netid, buf, sizeof(netid)); in recv_report()
123 netid &= netmask; in recv_report()
133 rr.net.s_addr = netid; in recv_report()
225 u_int32_t netid, netmask; in rr_list_send() local
257 netid = le->re->net.s_addr; in rr_list_send()
258 ibuf_add(buf, &netid, netid_len); in rr_list_send()
/openbsd/usr.sbin/ypserv/ypinit/
H A DMakefile.yp26 all: passwd group hosts ethers rpc services protocols netid netgroup amd.home aliases
233 netid.time: $(DIR)/passwd $(DIR)/master.passwd $(DIR)/group $(DIR)/hosts $(DIR)/netid
235 -g $(DIR)/group -h $(DIR)/hosts -m $(DIR)/netid | \
236 $(MAKEDBM) - netid.byname; \
240 $(YPPUSH) -d $(DOMAIN) netid.byname; \
327 netid: netid.time
338 $(DIR)/netid:
H A DMakefile.main5 passwd group hosts ethers rpc services protocols netid netgroup amd.home aliases : _SUBDIRUSE
/openbsd/usr.sbin/dvmrpctl/
H A Ddvmrpctl.c263 char *netid; in show_interface_msg() local
269 if (asprintf(&netid, "%s/%d", inet_ntoa(iface->addr), in show_interface_msg()
273 iface->name, netid, if_state_name(iface->state), in show_interface_msg()
279 free(netid); in show_interface_msg()
346 char *netid; in show_igmp_msg() local
351 if (asprintf(&netid, "%s/%d", inet_ntoa(iface->addr), in show_igmp_msg()
355 iface->name, netid, if_state_name(iface->state), in show_igmp_msg()
357 free(netid); in show_igmp_msg()
/openbsd/lib/libc/gen/
H A Dgetgrouplist.c63 _parse_netid(char *netid, uid_t uid, gid_t *groups, int *ngroups, in _parse_netid() argument
73 p = strchr(netid, ':'); in _parse_netid()
77 tuid = (uid_t)strtonum(netid, 0, UID_MAX, &errstr); in _parse_netid()
/openbsd/usr.sbin/ripctl/
H A Dripctl.c313 char *netid; in show_interface_msg() local
319 if (asprintf(&netid, "%s/%d", inet_ntoa(iface->addr), in show_interface_msg()
323 iface->name, netid, if_state_name(iface->state), in show_interface_msg()
327 free(netid); in show_interface_msg()
/openbsd/usr.sbin/ypserv/mknetid/
H A DMakefile4 MAN= mknetid.8 netid.5
/openbsd/usr.sbin/ypserv/ypxfr/
H A Dypxfr_1perhour.sh11 /usr/sbin/ypxfr netid.byname
/openbsd/usr.sbin/ospfctl/
H A Doutput.c152 char *netid; in show_interface() local
155 if (asprintf(&netid, "%s/%d", inet_ntoa(iface->addr), in show_interface()
229 iface->name, netid, if_state_name(iface->state), in show_interface()
236 free(netid); in show_interface()
/openbsd/usr.sbin/ospf6ctl/
H A Dospf6ctl.c387 char *netid; in show_interface_msg() local
393 if (asprintf(&netid, "%s", log_in6addr(&iface->addr)) == -1) in show_interface_msg()
396 iface->name, netid, if_state_name(iface->state), in show_interface_msg()
401 free(netid); in show_interface_msg()
/openbsd/sys/dev/cardbus/
H A Dcardbusvar.h189 char netid[6]; member
H A Dcardbus.c343 sizeof(cis->funce.network.netid)) { in parse_tuple()
350 cis->funce.network.netid, tuple[3]); in parse_tuple()
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/
H A Dperlxs.pod1875 struct netconfig *getnetconfigent(const char *netid);
1890 getnetconfigent(netid)
1891 char *netid
2164 getnetconfigent(netid="udp")
2165 char *netid
/openbsd/distrib/sets/lists/man/
H A Dmi2291 ./usr/share/man/man5/netid.5