Searched refs:link (Results 101 - 125 of 997) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dresult.c40 ISC_LINK(struct resulttable) link; member in struct:resulttable
137 ISC_LINK_INIT(table, link);
141 ISC_LIST_APPEND(tables, table, link);
184 table = ISC_LIST_NEXT(table, link)) {
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dcondition.h35 ISC_LINK(isc_condition_thread_t) link; member in struct:isc_condition_thread
/freebsd-current/usr.sbin/ppp/
H A Dchap.c75 #include "link.h"
120 link_PushPacket(&physical->link, bp, physical->dl->bundle,
121 LINK_QUEUES(&physical->link) - 1, PROTO_CHAP);
454 int lanman = chap->auth.physical->link.lcp.his_authtype == 0x80 &&
456 IsAccepted(chap->auth.physical->link.lcp.cfg.chap80lm)) ||
457 !IsAccepted(chap->auth.physical->link.lcp.cfg.chap80nt));
469 , chap->auth.physical->link.lcp.his_authtype, lanman
509 if (authp->physical->link.lcp.want_authtype == 0x80)
511 else if (authp->physical->link.lcp.want_authtype == 0x81)
530 authp->physical->link
[all...]
H A Dccp.h66 struct link;
145 struct mbuf *(*Write)(void *, struct ccp *, struct link *, int, u_short *,
150 extern void ccp_Init(struct ccp *, struct bundle *, struct link *,
157 extern struct mbuf *ccp_Input(struct bundle *, struct link *, struct mbuf *);
H A Dcbcp.h48 struct physical *p; /* On this physical link */
63 extern struct mbuf *cbcp_Input(struct bundle *, struct link *, struct mbuf *);
H A Dfsm.h98 struct link;
132 /* The link layer active with this FSM (may be our bundle below) */
133 struct link *link; member in struct:fsm
135 /* Our high-level link */
184 struct bundle *, struct link *, const struct fsm_parent *,
H A Dfsm.c59 #include "link.h"
131 log_Printf(fp->LogLevel, "%s: Stopped timer expired\n", fp->link->name);
134 fp->link->name, fp->name);
144 struct link *l, const struct fsm_parent *parent,
159 fp->link = l;
172 fp->link->name, State2Nam(fp->state), State2Nam(new));
197 fp->link->name, Code2Nam(code), id, State2Nam(fp->state));
219 link_PushPacket(fp->link, bp, fp->bundle, LINK_QUEUES(fp->link) - 1,
223 lcp_SendIdentification(&fp->link
[all...]
H A Dhdlc.h55 struct link;
110 struct link *);
/freebsd-current/sbin/ifconfig/
H A Daf_link.c151 * matches the link addr, don't bother.
165 link_status_nl(if_ctx *ctx, if_link_t *link, if_addr_t *ifa __unused) argument
167 if (link->ifla_address != NULL) {
171 .sdl_type = convert_iftype(link->ifi_type),
172 .sdl_alen = NLA_DATA_LEN(link->ifla_address),
174 memcpy(LLADDR(&sdl), NLA_DATA(link->ifla_address), sdl.sdl_alen);
177 if (link->iflaf_orig_hwaddr != NULL) {
178 struct nlattr *hwaddr = link->iflaf_orig_hwaddr;
180 if (memcmp(NLA_DATA(hwaddr), NLA_DATA(link->ifla_address), sdl.sdl_alen))
184 if (convert_iftype(link
[all...]
/freebsd-current/sys/ddb/
H A Ddb_watch.c77 db_free_watchpoints = watch->link;
93 watch->link = db_free_watchpoints;
113 watch = watch->link)
131 watch->link = db_watchpoint_list;
145 prev = &watch->link)
149 *prev = watch->link;
174 watch = watch->link)
230 watch = watch->link)
255 watch = watch->link)
H A Ddb_break.c97 bkpt_type->db_free_breakpoints = bkpt->link;
114 bkpt->link = bkpt_type->db_free_breakpoints;
141 bkpt->link = bkpt_type->db_breakpoint_list;
156 prev = &bkpt->link) {
159 *prev = bkpt->link;
179 bkpt = bkpt->link)
229 bkpt = bkpt->link)
248 bkpt = bkpt->link)
272 bkpt = bkpt->link) {
/freebsd-current/sys/dev/drm2/
H A Ddrm_gem_names.c87 LIST_FOREACH(n, gem_name_hash_index(names, name), link) {
135 LIST_FOREACH(n, gem_name_hash_index(names, name), link) {
165 LIST_INSERT_HEAD(gem_name_hash_index(names, np->name), np, link);
175 LIST_REMOVE(np, link);
188 LIST_FOREACH(n, gem_name_hash_index(names, name), link) {
213 np = LIST_NEXT(np, link);
216 LIST_INSERT_AFTER(np, &marker, link);
220 np = LIST_NEXT(&marker, link);
221 LIST_REMOVE(&marker, link);
/freebsd-current/sys/dev/nvdimm/
H A Dnvdimm_ns.c62 SLIST_FOREACH(e, &nv->labels, link) {
78 SLIST_INSERT_HEAD(&spa->namespaces, ns, link);
90 SLIST_FOREACH_SAFE(ns, &spa->namespaces, link, next) {
91 SLIST_REMOVE_HEAD(&spa->namespaces, link);
/freebsd-current/sys/netgraph/
H A Dng_one2many.c62 /* Per-link private data */
65 struct ng_one2many_link_stats stats; /* link stats */
70 node_p node; /* link to node */
207 struct ng_one2many_link *link; local
224 link = &priv->many[linkNum];
227 link = &priv->one;
232 if (link->hook != NULL)
235 /* Setup private info for this link */
237 link->hook = hook;
238 bzero(&link
320 struct ng_one2many_link *link; local
[all...]
/freebsd-current/usr.sbin/arp/
H A Darp_netlink.c56 struct snl_parsed_link_simple *link)
74 if (!snl_parse_nlmsg(ss, hdr, &snl_rtm_link_parser_simple, link))
85 struct snl_parsed_link_simple link = {}; local
87 if (!get_link_info(ss, ifindex, &link))
90 return (valid_type(link.ifi_type) != 0);
177 print_entry(struct snl_parsed_neigh *neigh, struct snl_parsed_link_simple *link) argument
202 .sdl_type = link->ifi_type,
220 xo_emit(" on {:interface/%s}", link->ifla_ifname);
239 switch(link->ifi_type) {
274 struct snl_parsed_link_simple link local
55 get_link_info(struct snl_state *ss, uint32_t ifindex, struct snl_parsed_link_simple *link) argument
[all...]
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_fs_tbl.c80 TAILQ_ENTRY(fs_entry) link;
95 STAILQ_ENTRY(fs_map_entry) link;
158 STAILQ_FOREACH(map, &fs_map, link)
191 STAILQ_INSERT_TAIL(&fs_map, map, link);
226 TAILQ_REMOVE(&fs_tbl, entry, link);
227 STAILQ_FOREACH(map, &fs_map, link)
245 TAILQ_FOREACH(entry, &fs_tbl, link)
261 STAILQ_REMOVE_HEAD(&fs_map, link);
263 TAILQ_REMOVE(&fs_tbl, n1->entry, link);
283 TAILQ_FOREACH(entry, &fs_tbl, link)
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c40 /* the first link always points to the default one */
41 mvmvif->link[0] = &mvmvif->deflink;
134 mvmvif->link[0] = NULL;
191 /* P2P device uses only one link */
250 struct iwl_mvm_vif_link_info *link = mvmvif->link[link_id]; local
252 if (!link->phy_ctxt)
255 ret = iwl_mvm_phy_send_rlc(mvm, link->phy_ctxt, 2, 2);
259 link->phy_ctxt->rlc_disabled = true;
286 if (WARN_ON_ONCE(!mvmvif->link[link_i
698 struct iwl_mvm_vif_link_info *link = mvmvif->link[i]; local
[all...]
/freebsd-current/contrib/bsnmp/snmp_mibII/
H A DmibII_ifstack.c59 TAILQ_FOREACH(stack, &mibifstack_list, link)
62 TAILQ_REMOVE(&mibifstack_list, stack, link);
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h73 ql_elm(cache_bin_array_descriptor_t) link; member in struct:cache_bin_array_descriptor_s
82 ql_elm_new(descriptor, link);
/freebsd-current/contrib/ntp/include/
H A Dntpsim.h81 script_info * link; member in struct:script_info_tag
97 server_info * link; member in struct:server_info_tag
/freebsd-current/contrib/pjdfstest/tests/rename/
H A D12.t21 expect ENOTDIR link ${n0}/${n2} ${n0}/${n1}/test
/freebsd-current/tools/tools/wtap/vis_map/
H A Dvis_map.c50 link_op(struct link *l)
53 printf("error making a link operation\n");
67 struct link l;
/freebsd-current/tests/sys/netinet/
H A Dlpm.sh90 pkt_0=`jexec ${jname}a netstat -Wf link -I ${epair0}a | head | awk '$1!~/^Name/{print$8}'`
91 pkt_1=`jexec ${jname}a netstat -Wf link -I ${epair1}a | head | awk '$1!~/^Name/{print$8}'`
99 pkt_0=`jexec ${jname}a netstat -Wf link -I ${epair0}a | head | awk '$1!~/^Name/{print$8}'`
100 pkt_1=`jexec ${jname}a netstat -Wf link -I ${epair1}a | head | awk '$1!~/^Name/{print$8}'`
149 pkt_0=`jexec ${jname}a netstat -Wf link -I ${epair0}a | head | awk '$1!~/^Name/{print$8}'`
150 pkt_1=`jexec ${jname}a netstat -Wf link -I ${epair1}a | head | awk '$1!~/^Name/{print$8}'`
158 pkt_0=`jexec ${jname}a netstat -Wf link -I ${epair0}a | head | awk '$1!~/^Name/{print$8}'`
159 pkt_1=`jexec ${jname}a netstat -Wf link -I ${epair1}a | head | awk '$1!~/^Name/{print$8}'`
/freebsd-current/tests/sys/netinet6/
H A Dlpm6.sh40 # enable link-local IPv6
103 pkt_0=`jexec ${jname}a netstat -Wf link -I ${epair0}a | head | awk '$1!~/^Name/{print$8}'`
104 pkt_1=`jexec ${jname}a netstat -Wf link -I ${epair1}a | head | awk '$1!~/^Name/{print$8}'`
112 pkt_0=`jexec ${jname}a netstat -Wf link -I ${epair0}a | head | awk '$1!~/^Name/{print$8}'`
113 pkt_1=`jexec ${jname}a netstat -Wf link -I ${epair1}a | head | awk '$1!~/^Name/{print$8}'`
166 pkt_0=`jexec ${jname}a netstat -Wf link -I ${epair0}a | head | awk '$1!~/^Name/{print$8}'`
167 pkt_1=`jexec ${jname}a netstat -Wf link -I ${epair1}a | head | awk '$1!~/^Name/{print$8}'`
175 pkt_0=`jexec ${jname}a netstat -Wf link -I ${epair0}a | head | awk '$1!~/^Name/{print$8}'`
176 pkt_1=`jexec ${jname}a netstat -Wf link -I ${epair1}a | head | awk '$1!~/^Name/{print$8}'`
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkLinker.h9 // This file provides an interface to link together multiple remark files.
82 Error link(StringRef Buffer,
87 Error link(const object::ObjectFile &Obj,

Completed in 562 milliseconds

1234567891011>>