Searched defs:nw (Results 51 - 66 of 66) sorted by relevance

123

/freebsd-current/sbin/savecore/
H A Dsavecore.c499 size_t nw, he, hs; local
548 size_t nw = 0, w; local
586 size_t nw = 0, w; local
617 ssize_t nw; local
702 int nr, nw, wl; local
[all...]
/freebsd-current/usr.bin/xinstall/
H A Dxinstall.c1183 int nr, nw; local
/freebsd-current/usr.bin/patch/
H A Dpch.c106 int nr, nw; local
/freebsd-current/sys/netpfil/pf/
H A Dpflow.c1299 struct nl_writer *nw = npt->nw; local
1336 struct nl_writer *nw = npt->nw; local
1414 nlattr_add_sockaddr(struct nl_writer *nw, int attr, const struct sockaddr *s) argument
1449 struct nl_writer *nw = npt->nw; local
[all...]
H A Dpf_nl.c84 dump_addr(struct nl_writer *nw, int attr, const struct pf_addr *addr, int af) argument
97 dump_state_peer(struct nl_writer *nw, int attr, const struct pf_state_peer *peer) argument
126 dump_state_key(struct nl_writer *nw, int attr, const struct pf_state_key *key) argument
146 struct nl_writer *nw = npt->nw; local
295 struct nl_writer *nw = npt->nw; local
408 nlattr_add_addr_wrap(struct nl_writer *nw, int attrtype, struct pf_addr_wrap *a) argument
455 nlattr_add_rule_addr(struct nl_writer *nw, int attrtype, struct pf_rule_addr *r) argument
480 nlattr_add_mape_portset(struct nl_writer *nw, int attrtype, const struct pf_mape_portset *m) argument
541 nlattr_add_labels(struct nl_writer *nw, int attrtype, const struct pf_krule *r) argument
571 nlattr_add_pool(struct nl_writer *nw, int attrtype, const struct pf_kpool *pool) argument
598 nlattr_add_rule_uid(struct nl_writer *nw, int attrtype, const struct pf_rule_uid *u) argument
658 nlattr_add_timeout(struct nl_writer *nw, int attrtype, uint32_t *timeout) argument
797 struct nl_writer *nw = npt->nw; local
858 struct nl_writer *nw = npt->nw; local
1035 struct nl_writer *nw = npt->nw; local
1116 nlattr_add_counters(struct nl_writer *nw, int attr, size_t number, char **names, counter_u64_t *counters) argument
1131 nlattr_add_fcounters(struct nl_writer *nw, int attr, size_t number, char **names, struct pf_counter_u64 *counters) argument
1146 nlattr_add_u64_array(struct nl_writer *nw, int attr, size_t number, uint64_t *array) argument
1162 struct nl_writer *nw = npt->nw; local
1259 struct nl_writer *nw = npt->nw; local
1383 struct nl_writer *nw = npt->nw; local
1444 struct nl_writer *nw = npt->nw; local
1477 struct nl_writer *nw = npt->nw; local
[all...]
/freebsd-current/sys/netlink/route/
H A Diface.c62 struct nl_writer *nw; member in struct:netlink_walkargs
146 get_stats(struct nl_writer *nw, if_t ifp) argument
195 get_hwaddr(struct nl_writer *nw, if_t ifp) argument
213 dump_sa(struct nl_writer *nw, int attr, const struct sockaddr *sa) argument
254 dump_iface_caps(struct nl_writer *nw, struct ifnet *ifp) argument
290 dump_iface(struct nl_writer *nw, if_t ifp, const struct nlmsghdr *hdr, int if_flags_mask) argument
920 export_cache_info6(struct nl_writer *nw, const struct in6_ifaddr *ia) argument
934 export_cache_info(struct nl_writer *nw, struct ifaddr *ifa) argument
953 dump_iface_addr(struct nl_writer *nw, if_t ifp, struct ifaddr *ifa, const struct nlmsghdr *hdr) argument
1364 struct nl_writer nw = {}; local
1402 struct nl_writer nw = {}; local
[all...]
H A Drt.c124 dump_rc_nhop_gw(struct nl_writer *nw, const struct nhop_object *nh) argument
162 dump_rc_nhop_mtu(struct nl_writer *nw, const struct nhop_object *nh) argument
179 dump_rc_nhg(struct nl_writer *nw, const struct nhgrp_object *nhg, struct rtmsg *rtm) argument
221 dump_rc_nhop(struct nl_writer *nw, const struct route_nhop_data *rnd, struct rtmsg *rtm) argument
267 dump_px(uint32_t fibnum, const struct nlmsghdr *hdr, const struct rtentry *rt, struct route_nhop_data *rnd, struct nl_writer *nw) argument
353 struct nl_writer nw = {}; local
529 struct nl_writer *nw; member in struct:netlink_walkargs
663 handle_rtm_dump(struct nlpcb *nlp, uint32_t fibnum, int family, struct nlmsghdr *hdr, struct nl_writer *nw) argument
1046 struct nl_writer nw = {}; local
[all...]
/freebsd-current/sys/nlm/
H A Dnlm_prot_impl.c1331 struct nlm_waiting_lock *nw; local
1350 struct nlm_waiting_lock *nw = handle; local
1362 struct nlm_waiting_lock *nw = handle; local
1404 struct nlm_waiting_lock *nw; local
1542 struct nlm_waiting_lock *nw; local
2294 struct nlm_waiting_lock *nw; local
[all...]
/freebsd-current/sys/net/
H A Dif_vlan.c1363 vlan_clone_dump_nl(struct ifnet *ifp, struct nl_writer *nw) argument
[all...]
/freebsd-current/sys/netlink/
H A Dnetlink_snl.h1047 snl_init_writer(struct snl_state *ss, struct snl_writer *nw) argument
1063 snl_realloc_msg_buffer(struct snl_writer *nw, size_t sz) argument
1095 snl_reserve_msg_data_raw(struct snl_writer *nw, size_t sz) argument
1113 _snl_reserve_msg_attr(struct snl_writer *nw, uint16_t nla_type, uint16_t sz) argument
1128 snl_add_msg_attr(struct snl_writer *nw, int attr_type, int attr_len, const void *data) argument
1153 snl_add_msg_attr_raw(struct snl_writer *nw, const struct nlattr *nla_src) argument
1163 snl_add_msg_attr_bool(struct snl_writer *nw, int attrtype, bool value) argument
1169 snl_add_msg_attr_u8(struct snl_writer *nw, int attrtype, uint8_t value) argument
1175 snl_add_msg_attr_u16(struct snl_writer *nw, int attrtype, uint16_t value) argument
1181 snl_add_msg_attr_u32(struct snl_writer *nw, int attrtype, uint32_t value) argument
1187 snl_add_msg_attr_u64(struct snl_writer *nw, int attrtype, uint64_t value) argument
1193 snl_add_msg_attr_s8(struct snl_writer *nw, int attrtype, int8_t value) argument
1199 snl_add_msg_attr_s16(struct snl_writer *nw, int attrtype, int16_t value) argument
1205 snl_add_msg_attr_s32(struct snl_writer *nw, int attrtype, int32_t value) argument
1211 snl_add_msg_attr_s64(struct snl_writer *nw, int attrtype, int64_t value) argument
1217 snl_add_msg_attr_flag(struct snl_writer *nw, int attrtype) argument
1223 snl_add_msg_attr_string(struct snl_writer *nw, int attrtype, const char *str) argument
1230 snl_get_msg_offset(const struct snl_writer *nw) argument
1236 _snl_restore_msg_offset(const struct snl_writer *nw, int off) argument
1243 snl_add_msg_attr_nested(struct snl_writer *nw, int attrtype) argument
1254 snl_end_attr_nested(const struct snl_writer *nw, int off) argument
1263 snl_create_msg_request(struct snl_writer *nw, int nlmsg_type) argument
1276 snl_abort_msg(struct snl_writer *nw) argument
1287 snl_finalize_msg(struct snl_writer *nw) argument
1305 snl_send_msgs(struct snl_writer *nw) argument
[all...]
/freebsd-current/lib/libpfctl/
H A Dlibpfctl.c115 struct snl_writer nw; local
405 struct snl_writer nw; local
1089 snl_add_msg_attr_addr_wrap(struct snl_writer *nw, uint32_t type, const struct pf_addr_wrap *addr) argument
1109 snl_add_msg_attr_rule_addr(struct snl_writer *nw, uint32_t type, const struct pf_rule_addr *addr) argument
1125 snl_add_msg_attr_rule_labels(struct snl_writer *nw, uint32_t type, const char labels[PF_RULE_MAX_LABEL_COUNT][PF_RULE_LABEL_SIZE]) argument
1141 snl_add_msg_attr_mape(struct snl_writer *nw, uint32_t type, const struct pf_mape_portset *me) argument
1155 snl_add_msg_attr_rpool(struct snl_writer *nw, uint32_t type, const struct pfctl_pool *pool) argument
1173 snl_add_msg_attr_timeouts(struct snl_writer *nw, uint32_t type, const uint32_t *timeouts) argument
1186 snl_add_msg_attr_uid(struct snl_writer *nw, uint32_t type, const struct pf_rule_uid *uid) argument
1200 snl_add_msg_attr_pf_rule(struct snl_writer *nw, uint32_t type, const struct pfctl_rule *r) argument
1302 struct snl_writer nw; local
1354 struct snl_writer nw; local
1659 struct snl_writer nw; local
1774 struct snl_writer nw; local
1914 struct snl_writer nw; local
2035 struct snl_writer nw; local
2410 struct snl_writer nw; local
2456 struct snl_writer nw; local
2497 struct snl_writer nw; local
2529 struct snl_writer nw; local
2573 struct snl_writer nw; local
2612 struct snl_writer nw; local
2656 struct snl_writer nw; local
2706 struct snl_writer nw; local
[all...]
/freebsd-current/sys/dev/netmap/
H A Dnetmap_freebsd.c221 int nw = len / 2; local
/freebsd-current/sys/netinet/
H A Dip_carp.c2746 struct nl_writer *nw = npt->nw; local
[all...]
/freebsd-current/sys/dev/isp/
H A Disp.c502 uint32_t nw; local
/freebsd-current/contrib/sendmail/src/
H A Dqueue.c3035 WORK *nw; local
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c3624 size_t wsize, nw; local

Completed in 410 milliseconds

123