/external/dhcpcd-6.8.2/ |
D | dhcpcd.c | 214 const struct interface *ifp; in dhcpcd_oneup() local 323 dhcpcd_drop(struct interface *ifp, int stop) in dhcpcd_drop() 334 stop_interface(struct interface *ifp) in stop_interface() 360 configure_interface1(struct interface *ifp) in configure_interface1() 529 dhcpcd_selectprofile(struct interface *ifp, const char *profile) in dhcpcd_selectprofile() 567 configure_interface(struct interface *ifp, int argc, char **argv, in configure_interface() 589 struct interface *ifp = arg; in dhcpcd_pollup() local 609 struct interface *ifp; in dhcpcd_handlecarrier() local 700 warn_iaid_conflict(struct interface *ifp, uint8_t *iaid) in warn_iaid_conflict() 728 pre_start(struct interface *ifp) in pre_start() [all …]
|
D | ipv4.c | 114 ipv4_iffindaddr(struct interface *ifp, in ipv4_iffindaddr() 132 ipv4_iffindlladdr(struct interface *ifp) in ipv4_iffindlladdr() 150 struct interface *ifp; in ipv4_findaddr() local 164 struct interface *ifp; in ipv4_addrexists() local 441 add_subnet_route(struct rt_head *rt, const struct interface *ifp) in add_subnet_route() 474 add_loopback_route(struct rt_head *rt, const struct interface *ifp) in add_loopback_route() 501 get_routes(struct interface *ifp) in get_routes() 531 massage_host_routes(struct rt_head *rt, const struct interface *ifp) in massage_host_routes() 550 add_destination_route(struct rt_head *rt, const struct interface *ifp) in add_destination_route() 575 add_router_host_route(struct rt_head *rt, const struct interface *ifp) in add_router_host_route() [all …]
|
D | dhcp6.c | 157 dhcp6_makevendor(struct dhcp6_option *o, const struct interface *ifp) in dhcp6_makevendor() 298 dhcp6_updateelapsed(struct interface *ifp, struct dhcp6_message *m, size_t len) in dhcp6_updateelapsed() 321 dhcp6_newxid(const struct interface *ifp, struct dhcp6_message *m) in dhcp6_newxid() 339 dhcp6_findselfsla(struct interface *ifp, const uint8_t *iaid) in dhcp6_findselfsla() 393 dhcp6_delegateaddr(struct in6_addr *addr, struct interface *ifp, in dhcp6_delegateaddr() 493 dhcp6_has_public_addr(const struct interface *ifp) in dhcp6_has_public_addr() 508 dhcp6_makemessage(struct interface *ifp) in dhcp6_makemessage() 964 dhcp6_freedrop_addrs(struct interface *ifp, int drop, in dhcp6_freedrop_addrs() 977 static void dhcp6_delete_delegates(struct interface *ifp) in dhcp6_delete_delegates() 990 dhcp6_update_auth(struct interface *ifp, struct dhcp6_message *m, size_t len) in dhcp6_update_auth() [all …]
|
D | arp.c | 58 arp_request(const struct interface *ifp, in_addr_t sip, in_addr_t tip, in arp_request() 124 struct interface *ifp = arg; in arp_packet() local 193 arp_open(struct interface *ifp) in arp_open() 228 struct interface *ifp = astate->iface; in arp_announce1() local 270 struct interface *ifp = astate->iface; in arp_probe1() local 309 arp_find(struct interface *ifp, const struct in_addr *addr) in arp_find() 324 arp_new(struct interface *ifp, const struct in_addr *addr) in arp_new() 382 arp_close(struct interface *ifp) in arp_close() 406 arp_handleifa(int cmd, struct interface *ifp, const struct in_addr *addr, in arp_handleifa()
|
D | rpc-stub.c | 50 rpc_update_ipv4(struct interface *ifp) in rpc_update_ipv4() 58 rpc_update_ipv6(struct interface *ifp) in rpc_update_ipv6() 66 rpc_notify_unicast_arp(struct interface *ifp) in rpc_notify_unicast_arp()
|
D | dhcp.c | 582 get_option_routes(struct interface *ifp, const struct dhcp_message *dhcp) in get_option_routes() 713 const struct interface *ifp, in make_message() 1069 write_lease(const struct interface *ifp, const struct dhcp_message *dhcp) in write_lease() 1127 read_lease(struct interface *ifp) in read_lease() 1279 const struct interface *ifp) in dhcp_env() 1477 dhcp_xid(const struct interface *ifp) in dhcp_xid() 1493 dhcp_close(struct interface *ifp) in dhcp_close() 1510 dhcp_openudp(struct interface *ifp) in dhcp_openudp() 1640 send_message(struct interface *ifp, uint8_t type, in send_message() 1821 struct interface *ifp = arg; in dhcp_discover() local [all …]
|
D | ipv6nd.c | 228 ipv6nd_makersprobe(struct interface *ifp) in ipv6nd_makersprobe() 255 struct interface *ifp = arg; in ipv6nd_sendrsprobe() local 320 ipv6nd_expire(struct interface *ifp, uint32_t seconds) in ipv6nd_expire() 449 ipv6nd_free(struct interface *ifp) in ipv6nd_free() 595 ipv6nd_dadcompleted(const struct interface *ifp) in ipv6nd_dadcompleted() 617 struct interface *ifp; in ipv6nd_dadcallback() local 725 ipv6nd_handlera(struct dhcpcd_ctx *dctx, struct interface *ifp, in ipv6nd_handlera() 1235 ipv6nd_runignoredra(struct interface *ifp) in ipv6nd_runignoredra() 1261 ipv6nd_hasra(const struct interface *ifp) in ipv6nd_hasra() 1274 ipv6nd_hasradhcp(const struct interface *ifp) in ipv6nd_hasradhcp() [all …]
|
D | duid.c | 54 duid_make(unsigned char *d, const struct interface *ifp, uint16_t type) in duid_make() 84 duid_get(unsigned char *d, const struct interface *ifp) in duid_get() 153 size_t duid_init(const struct interface *ifp) in duid_init()
|
D | script-stub.c | 38 send_interface(struct fd_list *fd, const struct interface *ifp) in send_interface() 45 script_runreason(const struct interface *ifp, const char *reason) in script_runreason()
|
D | if-linux.c | 206 if_init(struct interface *ifp) in if_init() 228 if_conf(struct interface *ifp) in if_conf() 321 get_netlink(struct dhcpcd_ctx *ctx, struct interface *ifp, int fd, int flags, in get_netlink() 523 link_route(struct dhcpcd_ctx *ctx, __unused struct interface *ifp, in link_route() 579 link_addr(struct dhcpcd_ctx *ctx, struct interface *ifp, struct nlmsghdr *nlm) in link_addr() 674 struct interface *ifp; in handle_rename() local 690 link_neigh(struct dhcpcd_ctx *ctx, __unused struct interface *ifp, in link_neigh() 734 link_netlink(struct dhcpcd_ctx *ctx, struct interface *ifp, in link_netlink() 839 send_netlink(struct dhcpcd_ctx *ctx, struct interface *ifp, in send_netlink() 1010 _gnl_getfamily(__unused struct dhcpcd_ctx *ctx, __unused struct interface *ifp, in _gnl_getfamily() [all …]
|
D | ipv6.c | 380 const struct interface *ifp, in ipv6_makestableprivate() 402 ipv6_makeaddr(struct in6_addr *addr, const struct interface *ifp, in ipv6_makeaddr() 637 struct interface *ifp; in ipv6_addaddr() local 891 ipv6_getstate(struct interface *ifp) in ipv6_getstate() 920 struct interface *ifp; in ipv6_handleifa() local 1045 ipv6_iffindaddr(const struct interface *ifp, const struct in6_addr *addr) in ipv6_iffindaddr() 1068 ipv6_addlinklocalcallback(struct interface *ifp, in ipv6_addlinklocalcallback() 1093 ipv6_newlinklocal(struct interface *ifp) in ipv6_newlinklocal() 1117 ipv6_addlinklocal(struct interface *ifp) in ipv6_addlinklocal() 1227 ipv6_start(struct interface *ifp) in ipv6_start() [all …]
|
D | if.c | 106 if_free(struct interface *ifp) in if_free() 155 if_setflag(struct interface *ifp, short flag) in if_setflag() 195 struct interface *ifp; in if_learnaddrs1() local 259 struct interface *ifp; in if_discover() local 595 struct interface *ifp; in if_findindexname() local 699 struct interface *ifp, *ift; in if_sortinterfaces() local
|
D | if-bsd.c | 152 if_linkaddr(struct sockaddr_dl *sdl, const struct interface *ifp) in if_linkaddr() 221 if_getssid(struct interface *ifp) in if_getssid() 294 if_openrawsocket(struct interface *ifp, uint16_t protocol) in if_openrawsocket() 378 if_sendrawpacket(const struct interface *ifp, uint16_t protocol, in if_sendrawpacket() 407 if_readrawpacket(struct interface *ifp, uint16_t protocol, in if_readrawpacket() 458 if_address(const struct interface *ifp, const struct in_addr *address, in if_address() 684 if_initrt(struct interface *ifp) in if_initrt() 722 if_addrflags(const struct in_addr *addr, const struct interface *ifp) in if_addrflags() 745 __unused const struct interface *ifp) in if_addrflags() 1042 if_initrt6(struct interface *ifp) in if_initrt6() [all …]
|
D | if-sun.c | 82 if_openrawsocket(struct interface *ifp, int protocol) in if_openrawsocket() 90 if_sendrawpacket(const struct interface *ifp, int protocol, in if_sendrawpacket() 99 if_readrawpacket(struct interface *ifp, int protocol, in if_readrawpacket() 146 if_addrflags6(const struct in6_addr *addr, const struct interface *ifp) in if_addrflags6()
|
D | ipv4ll.c | 76 struct interface *ifp; in ipv4ll_pick_addr() local 208 struct interface *ifp = arg; in ipv4ll_start() local 276 ipv4ll_stop(struct interface *ifp) in ipv4ll_stop()
|
D | if.h | 98 #define if_up(ifp) if_setflag((ifp), (IFF_UP | IFF_RUNNING)) argument 139 #define if_addaddress(ifp, addr, net, brd) \ argument 141 #define if_deladdress(ifp, addr, net) \ argument
|
D | ipv6.h | 169 #define IPV6_STATE(ifp) \ argument 171 #define IPV6_CSTATE(ifp) \ argument 241 #define ipv6_linklocal(ifp) ipv6_iffindaddr((ifp), NULL) argument 245 #define ipv6_free(ifp) ipv6_freedrop((ifp), 0) argument 246 #define ipv6_drop(ifp) ipv6_freedrop((ifp), 2) argument
|
D | ipv4.h | 67 #define IPV4_STATE(ifp) \ argument 69 #define IPV4_CSTATE(ifp) \ argument
|
D | script.c | 223 make_env(const struct interface *ifp, const char *reason, char ***argv) in make_env() 570 send_interface(struct fd_list *fd, const struct interface *ifp) in send_interface() 618 script_runreason(const struct interface *ifp, const char *reason) in script_runreason()
|
D | ifaddrs.c | 138 struct ifaddrs *ifp; in freeifaddrs() local
|
D | dhcp6.h | 207 #define D6_STATE(ifp) \ argument 209 #define D6_CSTATE(ifp) \ argument 211 #define D6_STATE_RUNNING(ifp) \ argument
|
D | dhcp-common.c | 107 const struct interface *ifp; in vivso_find() local 733 const struct interface *ifp, const char *extra) in dhcp_set_leasefile()
|
D | dhcp.h | 263 #define D_STATE(ifp) \ argument 265 #define D_CSTATE(ifp) \ argument 267 #define D_STATE_RUNNING(ifp) \ argument
|
/external/dhcpcd-6.8.2/dbus/ |
D | rpc-dbus.c | 295 dbus_send_message(const struct interface *ifp, const char *reason, in dbus_send_message() 371 dbus_send_dhcpv6_message(const struct interface *ifp, const char *reason, in dbus_send_dhcpv6_message() 727 rpc_update_ipv4(struct interface *ifp) in rpc_update_ipv4() 742 rpc_update_ipv6(struct interface *ifp) in rpc_update_ipv6() 758 rpc_notify_unicast_arp(struct interface *ifp) { in rpc_notify_unicast_arp()
|
/external/libusb/libusb/ |
D | descriptor.c | 164 struct libusb_interface_descriptor *ifp = in clear_interface() local 192 struct libusb_interface_descriptor *ifp; in parse_interface() local
|