Searched refs:netid (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Drfc2131.c73 struct dhcp_netid *netid,
96 struct dhcp_netid *netid = NULL; local
153 Note that if netmasks, netid or lease times don't match, odd things may happen. */
163 /* start to build netid chain */
164 if (context_tmp->netid.net)
166 context_tmp->netid.next = netid;
167 netid = &context_tmp->netid;
198 config->netid
758 option_find2(struct dhcp_netid *netid, struct dhcp_opt *opts, int opt) argument
780 do_req_options(struct dhcp_context *context, unsigned char *p, unsigned char *end, unsigned char *req_options, struct daemon *daemon, char *hostname, struct in_addr iface_addr, struct dhcp_netid *netid, struct in_addr subnet_addr) argument
[all...]
H A Ddnsmasq.h270 struct dhcp_netid netid; member in struct:dhcp_config
288 char *netid; member in struct:dhcp_opt
295 struct dhcp_netid netid; member in struct:dhcp_vendor
304 struct dhcp_netid netid; member in struct:dhcp_context
H A Doption.c772 new->netid.net = NULL;
784 new->netid.net = safe_string_alloc(optarg);
893 if (strchr(a[j], ':')) /* ethernet address, netid or binary CLID */
946 new->netid.net = safe_string_alloc(arg+4);
1028 free(new->netid.net);
1049 new->netid = NULL;
1061 new->netid = safe_string_alloc(optarg);
1072 if (new->netid)
1073 free(new->netid);
1217 new->netid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvc.c731 * Register an "inet" protocol family netid with the local
749 const char *netid; local
754 netid = RPCBIND_NETID_UDP;
757 netid = RPCBIND_NETID_TCP;
764 (const struct sockaddr *)&sin, netid);
778 * Register an "inet6" protocol family netid with the local
796 const char *netid; local
801 netid = RPCBIND_NETID_UDP6;
804 netid = RPCBIND_NETID_TCP6;
811 (const struct sockaddr *)&sin6, netid);
[all...]
H A Drpcb_clnt.c407 * @netid: netid of transport protocol to (un)register
417 * netid] tuple they wish to advertise.
422 * a service by passing a NULL @address argument. If @netid is ""
446 const struct sockaddr *address, const char *netid)
451 .r_netid = netid,
445 rpcb_v4_register(const u32 program, const u32 version, const struct sockaddr *address, const char *netid) argument
H A Dxprtsock.c309 const char *netid)
312 xprt->address_strings[RPC_DISPLAY_NETID] = netid;
307 xs_format_peer_addresses(struct rpc_xprt *xprt, const char *protocol, const char *netid) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dclnt.h139 const char *netid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dznet.c145 unsigned char netid[8]; /* The physical station address */ member in struct:netidblk
400 dev->dev_addr[i] = netinfo->netid[i];

Completed in 113 milliseconds