/freebsd/usr.sbin/ppp/ |
H A D | link.h | 40 struct link { struct 42 const char *name; /* Points to datalink::name */ argument 47 struct pppThroughput *parent; /* MP link throughput statistics */ argument 61 #define LINK_QUEUES(link) (sizeof (link)->Queue / sizeof (link)->Queue[0]) argument 62 #define LINK_HIGHQ(link) ((link)->Queue + LINK_QUEUES(link) - 1) argument
|
H A D | nat_cmd.c | 119 struct alias_link *link; in nat_RedirectPort() local 209 struct alias_link *link; in nat_RedirectAddr() local 245 struct alias_link *link; in nat_RedirectProto() local
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | list.h | 36 #define ISC_LINK_INIT_TYPE(elt, link, type) \ argument 41 #define ISC_LINK_INIT(elt, link) \ argument 43 #define ISC_LINK_LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1)) argument 49 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \ argument 60 #define ISC_LIST_PREPEND(list, elt, link) \ argument 66 #define ISC_LIST_INITANDPREPEND(list, elt, link) \ argument 69 #define __ISC_LIST_APPENDUNSAFE(list, elt, link) \ argument 80 #define ISC_LIST_APPEND(list, elt, link) \ argument 86 #define ISC_LIST_INITANDAPPEND(list, elt, link) \ argument 89 #define __ISC_LIST_UNLINKUNSAFE_TYPE(list, elt, link, type) \ argument [all …]
|
H A D | util.h | 192 #define INIT_LINK(elt, link) ISC_LINK_INIT(elt, link) argument 196 #define PREV(elt, link) ISC_LIST_PREV(elt, link) argument 197 #define NEXT(elt, link) ISC_LIST_NEXT(elt, link) argument 198 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link) argument 199 #define PREPEND(list, elt, link) ISC_LIST_PREPEND(list, elt, link) argument 200 #define UNLINK(list, elt, link) ISC_LIST_UNLINK(list, elt, link) argument 201 #define ENQUEUE(list, elt, link) ISC_LIST_APPEND(list, elt, link) argument 202 #define DEQUEUE(list, elt, link) ISC_LIST_UNLINK(list, elt, link) argument 205 #define APPENDLIST(list1, list2, link) ISC_LIST_APPENDLIST(list1, list2, link) argument
|
/freebsd/lib/libc/include/isc/ |
H A D | list.h | 35 #define INIT_LINK_TYPE(elt, link, type) \ argument 40 #define INIT_LINK(elt, link) \ argument 42 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ argument 49 #define PREPEND(list, elt, link) \ argument 61 #define APPEND(list, elt, link) \ argument 73 #define UNLINK_TYPE(list, elt, link, type) \ argument 90 #define UNLINK(list, elt, link) \ argument 93 #define PREV(elt, link) ((elt)->link.prev) argument 94 #define NEXT(elt, link) ((elt)->link.next) argument 96 #define INSERT_BEFORE(list, before, elt, link) \ argument [all …]
|
/freebsd/sys/dev/wtap/plugins/ |
H A D | visibility_ioctl.h | 41 struct link { struct 42 int op; //0 remove, 1 link argument 48 #define VISIOCTLLINK _IOW('W', 4, struct link) // argument
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_lists.h | 361 } link argument 257 gen_node * link; global() member 355 DECL_DLIST_LINK(entrytype,link) global() argument 367 HEAD_DLIST(listhead,link) global() argument 374 TAIL_DLIST(listhead,link) global() argument 381 NEXT_DLIST(listhead,entry,link) global() argument 388 PREV_DLIST(listhead,entry,link) global() argument 395 LINK_DLIST(listhead,pentry,link) global() argument 403 LINK_TAIL_DLIST(listhead,pentry,link) global() argument 411 UNLINK_DLIST(ptounlink,link) global() argument 419 ITER_DLIST_BEGIN(listhead,iter,link,entrytype) global() argument 431 REV_ITER_DLIST_BEGIN(listhead,iter,link,entrytype) global() argument [all...] |
H A D | ntp_config.h | 61 any_node * link; member 69 attr_val * link; member 87 address_node * link; member 96 int_node * link; member 104 string_node * link; member 112 restrict_node * link; member 125 peer_node * link; global() member 141 unpeer_node * link; global() member 163 filegen_node * link; global() member 172 setvar_node * link; global() member 182 nic_rule_node * link; global() member 192 addr_opts_node *link; global() member 201 sim_node * link; global() member 211 config_tree * link; global() member [all...] |
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_list.h | 86 #define link2item(list, link) ((void*) (((uint8_t*)(link)) - (list)->offset)) argument 109 #define ocs_list_init(head, type, link) _ocs_list_init(head, offsetof(type, link)) argument 191 ocs_list_init_link(ocs_list_t *list, ocs_list_t *link) in ocs_list_init_link() 218 ocs_list_t *link; in ocs_list_add_head() local 245 ocs_list_t *link; in ocs_list_add_tail() local 320 ocs_list_t *link; in ocs_list_next() local 365 ocs_list_t *link; in ocs_list_remove() local 438 ocs_list_on_list(ocs_list_link_t *link) in ocs_list_on_list()
|
/freebsd/sys/kern/ |
H A D | kern_rctl.c | 381 struct rctl_rule_link *link; rctl_throttle_decay() local 424 struct rctl_rule_link *link; rctl_pcpu_available() local 498 struct rctl_rule_link *link; rctl_enforce() local 700 struct rctl_rule_link *link; rctl_get_limit() local 727 struct rctl_rule_link *link; rctl_get_available() local 883 struct rctl_rule_link *link; rctl_racct_add_rule() local 901 struct rctl_rule_link *link; rctl_racct_add_rule_locked() local 928 struct rctl_rule_link *link, *linktmp; rctl_racct_remove_rules() local 1689 struct rctl_rule_link *link; rctl_get_rules_callback() local 1708 struct rctl_rule_link *link; sys_rctl_get_rules() local 1794 struct rctl_rule_link *link; sys_rctl_get_limits() local 1957 struct rctl_rule_link *link, *newlink; rctl_proc_ucred_changed() local 2108 struct rctl_rule_link *link; rctl_proc_fork() local 2163 struct rctl_rule_link *link; rctl_racct_release() local [all...] |
/freebsd/usr.sbin/arp/ |
H A D | arp_netlink.c | 55 struct snl_parsed_link_simple *link) in get_link_info() 84 struct snl_parsed_link_simple link = {}; in has_l2() local 176 print_entry(struct snl_parsed_neigh *neigh, struct snl_parsed_link_simple *link) in print_entry() 273 struct snl_parsed_link_simple link = {}; in print_entries_nl() local
|
/freebsd/sys/net/ |
H A D | pfil.c | 150 struct pfil_link *link; in pfil_mem_common() local 200 struct pfil_link *link; in pfil_mbuf_common() local 289 struct pfil_link *link, *next; in pfil_head_unregister() local 374 struct pfil_link *in, *out, *link; in pfil_link() local 471 struct pfil_link *link; in pfil_link_free() local 517 struct pfil_link *link; in pfil_link_remove() local 588 struct pfil_link *link; in pfilioc_listheads() local
|
/freebsd/sbin/ifconfig/ |
H A D | ifconfig_netlink.c | 125 struct snl_parsed_link link; member 185 struct snl_parsed_link_simple link = {}; in if_nametoindex_nl() local 254 if_link_t *link = &iface->link; in match_iface() local 342 print_ifcaps(if_ctx *ctx, if_link_t *link) in print_ifcaps() 366 if_link_t *link = &iface->link; in status_nl() local
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_ucast_dfsssp.c | 73 typedef struct link { struct 74 uint64_t guid; /* guid of the neighbor behind the link */ argument 75 uint32_t from; /* base_index in the adjazenz list (start of the link) */ argument 76 …uint8_t from_port; /* port on the base_side (needed for weight update to identify the correct link… argument 77 uint32_t to; /* index of the neighbor in the adjazenz list (end of the link) */ argument 79 uint64_t weight; /* link weight */ argument 80 struct link *next; argument 142 static inline void set_default_link(link_t * link) in set_default_link() 497 static void set_next_srcdest_pair(cdg_link_t * link, uint32_t srcdest) in set_next_srcdest_pair() 525 static inline uint32_t get_next_srcdest_pair(cdg_link_t * link, uint32_t index) in get_next_srcdest_pair() [all …]
|
/freebsd/usr.sbin/ndp/ |
H A D | ndp_netlink.c | 67 struct snl_parsed_link_simple *link) in get_link_info() 96 struct snl_parsed_link_simple link = {}; in has_l2() local 211 print_entry(struct snl_parsed_neigh *neigh, struct snl_parsed_link_simple *link) in print_entry() 315 struct snl_parsed_link_simple link = {}; in print_entries_nl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkLinker.cpp | 69 Error RemarkLinker::link(StringRef Buffer, std::optional<Format> RemarkFormat) { in link() function in RemarkLinker 105 Error RemarkLinker::link(const object::ObjectFile &Obj, in link() function in RemarkLinker
|
/freebsd/contrib/opencsd/decoder/source/i_dec/ |
H A D | trc_idec_arminst.cpp | 128 uint8_t link, cond; in inst_Thumb_is_direct_branch() local 181 uint8_t link; in inst_Thumb_is_indirect_branch() local 238 uint8_t link = 0; in inst_A64_is_direct_branch() local 287 uint8_t link = 0; in inst_A64_is_indirect_branch() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector2.cpp | 80 Link link[kMaxLink]; member 229 Link *link = &mtx1->link[li]; in MutexBeforeLock() local 245 Link *link = &mtx1->link[mtx1->nlink++]; in MutexBeforeLock() local 368 Link link = pt->pending[--npending]; in CycleCheck() local 402 Link *link = &pt->path[i]; in Report() local
|
/freebsd/sys/netgraph/ |
H A D | ng_bridge.c | 136 link_p link; /* link where addr can be found */ member 389 link_p link; in ng_bridge_newhook() local 498 ng_bridge_free_link(link_p link) in ng_bridge_free_link() 579 link_p link; in ng_bridge_rcvmsg() local 971 link_p link = NG_HOOK_PRIVATE(hook); in ng_bridge_disconnect() local 1026 ng_bridge_put(priv_p priv, const u_char *addr, link_p link) in ng_bridge_put() 1161 ng_bridge_remove_hosts(priv_p priv, link_p link) in ng_bridge_remove_hosts() 1190 link_p link = NG_HOOK_PRIVATE(hook); in ng_bridge_unmute() local
|
/freebsd/usr.sbin/etcupdate/tests/ |
H A D | tzsetup_test.sh | 94 link() function
|
H A D | always_test.sh | 311 link() function
|
/freebsd/sbin/route/ |
H A D | route_netlink.c | 312 get_ifdata(struct nl_helper *h, uint32_t ifindex, struct snl_parsed_link_simple *link) in get_ifdata() 352 struct snl_parsed_link_simple link = {}; in print_getmsg() local 423 struct snl_parsed_link_simple link = {}; in print_prefix() local 485 struct snl_parsed_link_simple link = {}; in print_nlmsg_route_nhop() local 619 struct snl_parsed_link_simple link = {}; in print_nlmsg_addr() local 668 struct snl_parsed_link_simple link = {}; in print_nlmsg_neigh() local
|
/freebsd/tools/test/stress2/misc/ |
H A D | link.sh | 179 type = arc4random() % 2; /* test either link() or rename() */ function
|
/freebsd/sys/ddb/ |
H A D | db_watch.h | 45 struct db_watchpoint *link; /* link in in-use or free chain */ member
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_sections.c | 98 Dwarf_Unsigned type, Dwarf_Unsigned flags, Dwarf_Unsigned link, in _dwarf_pro_callback() 123 Dwarf_Unsigned type, Dwarf_Unsigned flags, Dwarf_Unsigned link, in _dwarf_section_callback()
|