Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching refs:interface

97 int if_setflag(struct interface *ifp, short flag);
100 struct interface *if_find(struct if_head *, const char *);
101 struct interface *if_findindex(struct if_head *, unsigned int);
103 void if_free(struct interface *);
107 int if_carrier(struct interface *);
112 int if_conf(struct interface *);
113 int if_init(struct interface *);
114 int if_getssid(struct interface *);
131 int if_openrawsocket(struct interface *, uint16_t);
132 ssize_t if_sendrawpacket(const struct interface *,
134 ssize_t if_readrawpacket(struct interface *, uint16_t, void *, size_t, int *);
136 int if_address(const struct interface *,
144 int if_addrflags(const struct in_addr *, const struct interface *);
147 int if_initrt(struct interface *);
151 int if_checkipv6(struct dhcpcd_ctx *ctx, const struct interface *, int);
164 int if_addrflags6(const struct in6_addr *, const struct interface *);
168 int if_initrt6(struct interface *);