Home
last modified time | relevance | path

Searched defs:rt (Results 1 – 25 of 152) sorted by relevance

1234567

/dragonfly/contrib/dhcpcd/src/
H A Droute.h81 struct rt { struct
82 union sa_ss rt_ss_dest; argument
88 struct interface *rt_ifp; argument
89 union sa_ss rt_ss_ifa; argument
91 unsigned int rt_flags; argument
92 unsigned int rt_mtu; argument
94 unsigned int rt_metric; argument
106 int rt_pref; argument
113 unsigned int rt_dflags; argument
121 size_t rt_order; argument
[all …]
H A Droute.c250 rt_is_default(const struct rt *rt) in rt_is_default()
303 struct rt *rt, *rtn; in rt_headclear0() local
325 struct rt *rt; in rt_headclear() local
335 struct rt *rt; in rt_headfree() local
362 struct rt *rt; in rt_new0() local
399 struct rt *rt; in rt_new() local
422 rt_proto_add(rb_tree_t *tree, struct rt *rt) in rt_proto_add()
430 rt_free(struct rt *rt) in rt_free()
458 struct rt *rt, *rtn; in rt_freeif() local
643 rt_delete(struct rt *rt) in rt_delete()
[all …]
H A Dipv4ll.c96 struct rt *rt; in ipv4ll_subnetroute() local
122 struct rt *rt; in ipv4ll_defaultroute() local
498 ipv4ll_recvrt(__unused int cmd, const struct rt *rt) in ipv4ll_recvrt()
/dragonfly/sys/net/
H A Droute.c239 struct rtentry *rt; in _rtlookup() local
286 rtfree(struct rtentry *rt) in rtfree()
344 struct rtentry *rt = NULL; in rtredirect_oncpu() local
538 struct rtentry *rt; in ifa_ifwithroute() local
737 struct rtentry *rt = NULL; in rtrequest1_msghandler() local
780 struct rtentry *rt; in rtrequest1() local
1183 struct rtentry *rt = rt0; in rt_setgate() local
1310 struct rtentry *up_rt, *rt; in rt_llroute() local
1672 struct rtentry *rt; in rtsearch_msghandler() local
1814 struct rtentry *rt; member
[all …]
H A Drtsock.c594 _fillrtmsg(struct rt_msghdr **prtm, struct rtentry *rt, in _fillrtmsg()
645 fillrtmsg(struct rtm_arg *arg, struct rtentry *rt, in fillrtmsg()
843 struct rtentry *rt, void *arg) in route_output_add_callback()
872 struct rtentry *rt, void *arg) in route_output_delete_callback()
890 struct rtentry *rt, void *arg, int found_cnt) in route_output_get_callback()
907 struct rtentry *rt, void *arg, int found_cnt) in route_output_change_callback()
970 struct rtentry *rt, void *arg, in route_output_lock_callback()
1282 rt_rtmsg(int cmd, struct rtentry *rt, struct ifnet *ifp, int error) in rt_rtmsg()
1326 rt_newaddrmsg(int cmd, struct ifaddr *ifa, int error, struct rtentry *rt) in rt_newaddrmsg()
1658 struct rtentry *rt = (struct rtentry *)rn; in rttable_entry_rtinfo() local
[all …]
/dragonfly/sys/netproto/802_11/
H A Dieee80211_phy.h90 ieee80211_ack_rate(const struct ieee80211_rate_table *rt, uint8_t rate) in ieee80211_ack_rate()
105 ieee80211_ctl_rate(const struct ieee80211_rate_table *rt, uint8_t rate) in ieee80211_ctl_rate()
120 ieee80211_rate2phytype(const struct ieee80211_rate_table *rt, uint8_t rate) in ieee80211_rate2phytype()
135 ieee80211_isratevalid(const struct ieee80211_rate_table *rt, uint8_t rate) in ieee80211_isratevalid()
154 ieee80211_ack_duration(const struct ieee80211_rate_table *rt, in ieee80211_ack_duration()
172 ieee80211_legacy_rate_lookup(const struct ieee80211_rate_table *rt, in ieee80211_legacy_rate_lookup()
/dragonfly/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket_l2cap.c392 ng_btsocket_l2cap_rtentry_p rt) in ng_btsocket_l2cap_process_l2ca_con_req_rsp()
489 ng_btsocket_l2cap_rtentry_p rt) in ng_btsocket_l2cap_process_l2ca_con_rsp_rsp()
556 ng_btsocket_l2cap_rtentry_p rt) in ng_btsocket_l2cap_process_l2ca_con_ind()
667 ng_btsocket_l2cap_rtentry_p rt) in ng_btsocket_l2cap_process_l2ca_cfg_req_rsp()
784 ng_btsocket_l2cap_rtentry_p rt) in ng_btsocket_l2cap_process_l2ca_cfg_rsp_rsp()
879 ng_btsocket_l2cap_rtentry_p rt) in ng_btsocket_l2cap_process_l2ca_cfg_ind()
963 ng_btsocket_l2cap_rtentry_p rt) in ng_btsocket_l2cap_process_l2ca_discon_rsp()
1020 ng_btsocket_l2cap_rtentry_p rt) in ng_btsocket_l2cap_process_l2ca_discon_ind()
1076 ng_btsocket_l2cap_rtentry_p rt) in ng_btsocket_l2cap_process_l2ca_write_rsp()
1603 ng_btsocket_l2cap_rtentry_p rt = NULL; in ng_btsocket_l2cap_l2ca_msg_input() local
[all …]
/dragonfly/sys/dev/netif/ath/ath_rate/sample/
H A Dsample.c150 dot11rate(const HAL_RATE_TABLE *rt, int rix) in dot11rate()
256 const HAL_RATE_TABLE *rt, int size_bin) in pick_sample_rate()
407 const HAL_RATE_TABLE *rt = sc->sc_currates; in ath_rate_pick_seed_rate_legacy() local
448 const HAL_RATE_TABLE *rt = sc->sc_currates; in ath_rate_pick_seed_rate_ht() local
499 const HAL_RATE_TABLE *rt = sc->sc_currates; in ath_rate_findrate() local
700 const HAL_RATE_TABLE *rt = sc->sc_currates; in ath_rate_setupxtxdesc() local
732 const HAL_RATE_TABLE *rt = sc->sc_currates; in update_stats() local
868 const HAL_RATE_TABLE *rt = sc->sc_currates; in ath_rate_tx_complete() local
1049 const HAL_RATE_TABLE *rt = sc->sc_currates; in ath_rate_ctl_reset() local
1186 const HAL_RATE_TABLE *rt = sc->sc_currates; in ath_rate_fetch_node_stats() local
[all …]
/dragonfly/sys/netinet6/
H A Dnd6.c105 #define ND6_RTENTRY_IS_NEIGHBOR(rt, ifp) \ argument
113 #define ND6_RTENTRY_IS_LLCLONING(rt) \ argument
464 struct rtentry *rt; in nd6_timer_dispatch() local
843 struct rtentry *rt; in nd6_purge() local
861 struct rtentry *rt; in nd6_lookup() local
945 struct rtentry *rt; in nd6_neighbor_lookup() local
1032 nd6_free(struct rtentry *rt) in nd6_free()
1174 nd6_rtrequest(int req, struct rtentry *rt) in nd6_rtrequest()
1436 struct rtentry *rt; in nd6_ioctl() local
1686 struct rtentry *rt = NULL; in nd6_cache_lladdr() local
[all …]
H A Din6_rmx.c128 struct rtentry *rt = (struct rtentry *)nodes; in in6_addroute() local
229 struct rtentry *rt = (struct rtentry *)rn; in in6_matchroute() local
265 struct rtentry *rt = (struct rtentry *)rn; in in6_clsroute() local
313 struct rtentry *rt = (struct rtentry *)rn; in in6_rtqkill() local
431 struct rtentry *rt = (struct rtentry *)rn; in in6_mtuexpire() local
H A Dip6_mroute.c201 #define MF6CFIND(o, g, rt) do { \ argument
357 struct mf6c *rt; in get_sg_cnt() local
469 struct mf6c *rt; in ip6_mrouter_done() local
693 struct mf6c *rt; in add_m6fc() local
873 struct mf6c *rt; in del_m6fc() local
947 struct mf6c *rt; in ip6_mforward() local
1281 ip6_mdq(struct mbuf *m, struct ifnet *ifp, struct mf6c *rt) in ip6_mdq()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c312 HAL_RATE_TABLE *rt; in ar9300_get_rate_table() local
510 const HAL_RATE_TABLE *rt; in ar9300_init_rate_txpower() local
582 ar9300_init_rate_txpower_cck(struct ath_hal *ah, const HAL_RATE_TABLE *rt, in ar9300_init_rate_txpower_cck()
624 ar9300_init_rate_txpower_ofdm(struct ath_hal *ah, const HAL_RATE_TABLE *rt, in ar9300_init_rate_txpower_ofdm()
750 ar9300_init_rate_txpower_ht(struct ath_hal *ah, const HAL_RATE_TABLE *rt, in ar9300_init_rate_txpower_ht()
833 ar9300_init_rate_txpower_stbc(struct ath_hal *ah, const HAL_RATE_TABLE *rt, in ar9300_init_rate_txpower_stbc()
945 ar9300_adjust_rate_txpower_cdd(struct ath_hal *ah, const HAL_RATE_TABLE *rt, in ar9300_adjust_rate_txpower_cdd()
1046 const HAL_RATE_TABLE *rt; in ar9300_disp_tpc_tables() local
1117 const HAL_RATE_TABLE *rt; in ar9300_get_tpc_tables() local
/dragonfly/sbin/routed/
H A Dtable.c809 struct rt_entry *rt; in kern_check_static() local
1519 struct rt_entry *rt; in del_static() local
1622 struct rt_entry *rt; in rtget() local
1653 struct rt_entry *rt; in rtadd() local
1701 rtchange(struct rt_entry *rt, in rtchange()
1745 rts_better(struct rt_entry *rt) in rts_better()
1764 rtswitch(struct rt_entry *rt, in rtswitch()
1797 rtdelete(struct rt_entry *rt) in rtdelete()
1825 rts_delete(struct rt_entry *rt, in rts_delete()
1836 rtbad(struct rt_entry *rt) in rtbad()
[all …]
H A Dif.c414 struct rt_entry *rt; in check_remote() local
660 struct rt_entry *rt; in ifinit() local
1256 struct rt_entry *rt; in check_net_syn() local
1303 struct rt_entry *rt; in addrouteforif() local
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_mesh.c183 struct ieee80211_mesh_route *rt; in mesh_rt_find_locked() local
199 struct ieee80211_mesh_route *rt; in mesh_rt_add_locked() local
235 struct ieee80211_mesh_route *rt; in ieee80211_mesh_rt_find() local
248 struct ieee80211_mesh_route *rt; in ieee80211_mesh_rt_add() local
313 struct ieee80211_mesh_route *rt; in ieee80211_mesh_proxy_check() local
1000 struct ieee80211_mesh_route *rt; in mesh_checkpseq() local
1031 struct ieee80211_mesh_route *rt; in ieee80211_mesh_find_txnode() local
1382 struct ieee80211_mesh_route *rt = in mesh_isucastforme() local
1466 struct ieee80211_mesh_route *rt; in mesh_recv_indiv_data_to_me() local
1883 struct ieee80211_mesh_route *rt; in mesh_recv_mgmt() local
[all …]
H A Dieee80211_hwmp.c1372 #define IS_PROXY(rt) (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY) in hwmp_recv_prep() argument
1373 #define PROXIED_BY_US(rt) \ in hwmp_recv_prep() argument
1377 struct ieee80211_mesh_route *rt = NULL; in hwmp_recv_prep() local
1686 struct ieee80211_mesh_route *rt; in hwmp_peerdown() local
1723 struct ieee80211_mesh_route *rt = NULL; in hwmp_recv_perr() local
1888 struct ieee80211_mesh_route *rt, int rcode) in hwmp_senderror()
1939 struct ieee80211_mesh_route *rt = NULL; in hwmp_recv_rann() local
2059 struct ieee80211_mesh_route *rt = arg; in hwmp_rediscover_cb() local
2118 struct ieee80211_mesh_route *rt = NULL; in hwmp_discover() local
/dragonfly/sys/netinet/
H A Din_rmx.c95 struct rtentry *rt = (struct rtentry *)nodes; in in_addroute() local
207 struct rtentry *rt = (struct rtentry *)rn; in in_matchroute() local
239 struct rtentry *rt = (struct rtentry *)rn; in in_closeroute() local
286 struct rtentry *rt = (struct rtentry *)rn; in in_rtqkill() local
532 struct rtentry *rt = (struct rtentry *)rn; in in_ifadownkill() local
H A Dif_ether.c223 arp_rtrequest(int req, struct rtentry *rt) in arp_rtrequest()
511 struct rtentry *rt = NULL; in arpresolve() local
714 struct rtentry *rt; in arp_update_oncpu() local
1186 struct rtentry *rt; in in_arpreply() local
1275 struct rtentry *rt = la->la_rt; in arptfree() local
1306 struct rtentry *rt; in arplookup() local
/dragonfly/sys/net/stf/
H A Dif_stf.c331 struct rtentry *rt) in stf_output_serialized()
445 struct rtentry *rt) in stf_output()
494 struct rtentry *rt; in stf_checkaddr4() local
635 stf_rtrequest(int cmd, struct rtentry *rt) in stf_rtrequest()
/dragonfly/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c228 ieee80211_setup_ratetable(struct ieee80211_rate_table *rt) in ieee80211_setup_ratetable()
333 ieee80211_compute_duration(const struct ieee80211_rate_table *rt, in ieee80211_compute_duration()
403 ieee80211_compute_duration_ht(const struct ieee80211_rate_table *rt, in ieee80211_compute_duration_ht()
473 checkpreamble(const struct ieee80211_rate_table *rt, uint8_t rix, in checkpreamble()
515 const struct ieee80211_rate_table *rt; in main() local
/dragonfly/sys/net/disc/
H A Dif_disc.c112 struct rtentry *rt) in discoutput()
148 discrtrequest(int cmd, struct rtentry *rt) in discrtrequest()
/dragonfly/sys/net/ip_mroute/
H A Dip_mroute.c325 struct mfc *rt; in mfc_find() local
521 struct mfc *rt; in get_sg_cnt() local
612 struct mfc *rt; in X_ip_mrouter_done() local
929 update_mfc_params(struct mfc *rt, struct mfcctl2 *mfccp) in update_mfc_params()
950 init_mfc_params(struct mfc *rt, struct mfcctl2 *mfccp) in init_mfc_params()
971 struct mfc *rt; in add_mfc() local
1083 struct mfc *rt; in del_mfc() local
1157 struct mfc *rt; in X_ip_mforward() local
2805 struct mbuf *m, struct mfc *rt)
2892 struct mbuf *mb_copy, struct mfc *rt)
[all …]
/dragonfly/sys/netproto/mpls/
H A Dmpls_output.c50 mpls_output(struct mbuf *m, struct rtentry *rt) in mpls_output()
135 mpls_output_process(struct mbuf *m, struct rtentry *rt) in mpls_output_process()
/dragonfly/sys/net/gif/
H A Dif_gif.c208 struct rtentry *rt; in gif_clear_cache() local
333 struct rtentry *rt) in gif_output_serialized()
398 struct rtentry *rt) in gif_output()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dggc-common.c62 ggc_register_root_tab (const struct ggc_root_tab* rt) in ggc_register_root_tab()
71 ggc_mark_root_tab (const_ggc_root_tab_t rt) in ggc_mark_root_tab()
85 const struct ggc_root_tab *const *rt; in ggc_mark_roots() local
379 const struct ggc_root_tab *const *rt; in write_pch_globals() local
420 const struct ggc_root_tab *const *rt; in gt_pch_save() local
596 const struct ggc_root_tab *const *rt; in gt_pch_restore() local

1234567