/netbsd-src/sys/net/npf/ |
H A D | npf_mbuf.c | 75 nbuf_init(npf_t *npf, nbuf_t *nbuf, struct mbuf *m, const ifnet_t *ifp) in nbuf_init() 89 nbuf_reset(nbuf_t *nbuf) in nbuf_reset() 98 nbuf_dataptr(nbuf_t *nbuf) in nbuf_dataptr() 105 nbuf_offset(const nbuf_t *nbuf) in nbuf_offset() 115 nbuf_head_mbuf(nbuf_t *nbuf) in nbuf_head_mbuf() 121 nbuf_flag_p(const nbuf_t *nbuf, int flag) in nbuf_flag_p() 127 nbuf_unset_flag(nbuf_t *nbuf, int flag) in nbuf_unset_flag() 140 nbuf_advance(nbuf_t *nbuf, size_t len, size_t ensure) in nbuf_advance() 187 nbuf_ensure_contig(nbuf_t *nbuf, size_t len) in nbuf_ensure_contig() 241 nbuf_ensure_writable(nbuf_t *nbuf, size_t len) in nbuf_ensure_writable() [all …]
|
H A D | npf_handler.c | 84 nbuf_t *nbuf = npc->npc_nbuf; in npf_reassembly() local 132 npf_packet_bypass_tag_p(nbuf_t *nbuf) in npf_packet_bypass_tag_p() 146 nbuf_t nbuf; in npfk_packet_handler() local
|
H A D | npf_impl.h | 170 struct nbuf { struct 171 struct mbuf * nb_mbuf0; 172 struct mbuf * nb_mbuf; 173 void * nb_nptr; 174 const ifnet_t * nb_ifp; 175 unsigned nb_ifid; 176 int nb_flags; 177 const npf_mbufops_t *nb_mops;
|
H A D | npf_inet.c | 279 nbuf_t *nbuf = npc->npc_nbuf; in npf_fetch_tcpopts() local 354 nbuf_t *nbuf = npc->npc_nbuf; in npf_set_mss() local 424 npf_cache_ip(npf_cache_t *npc, nbuf_t *nbuf) in npf_cache_ip() 566 npf_cache_tcp(npf_cache_t *npc, nbuf_t *nbuf, unsigned hlen) in npf_cache_tcp() 590 nbuf_t *nbuf = npc->npc_nbuf; in npf_cache_all() local 671 nbuf_t *nbuf = npc->npc_nbuf; in npf_recache() local
|
H A D | npf_alg_icmp.c | 129 nbuf_t *nbuf = npc->npc_nbuf; in npfa_icmp4_inspect() local 162 nbuf_t *nbuf = npc->npc_nbuf; in npfa_icmp6_inspect() local 195 nbuf_t *nbuf = npc->npc_nbuf; in npfa_icmp_inspect() local
|
H A D | npf_conn.c | 295 npf_conn_check(const npf_conn_t *con, const nbuf_t *nbuf, in npf_conn_check() 329 const nbuf_t *nbuf = npc->npc_nbuf; in npf_conn_lookup() local 362 nbuf_t *nbuf = npc->npc_nbuf; in npf_conn_inspect() local 429 const nbuf_t *nbuf = npc->npc_nbuf; in npf_conn_establish() local
|
/netbsd-src/usr.sbin/npf/npftest/libnpftest/ |
H A D | npf_nbuf_test.c | 20 mbuf_consistency_check(nbuf_t *nbuf) in mbuf_consistency_check() 35 nbuf_t nbuf; in parse_nbuf_chain() local
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | compat_getline.c | 34 char *nbuf; in getline() local
|
/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | v_at.c | 48 char nbuf[20]; in v_at() local
|
/netbsd-src/usr.bin/ctags/ |
H A D | tree.c | 65 char nbuf[MAXTOKEN]; in pfnote() local
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | readelf.c | 359 unsigned char nbuf[BUFSIZ]; in dophn_core() local 555 do_bid_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_bid_note() 600 do_os_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_os_note() 699 do_pax_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_pax_note() 739 do_core_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_core_note() 1019 do_auxv_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, in do_auxv_note() 1171 unsigned char *nbuf = CAST(unsigned char *, vbuf); in donote() local 1363 void *nbuf; in doshn() local 1668 unsigned char nbuf[BUFSIZ]; in dophn_exec() local
|
H A D | getline.c | 72 char *nbuf; in getdelim() local
|
/netbsd-src/external/bsd/blocklist/port/ |
H A D | fgetln.c | 66 char *nbuf = realloc(buf, nbufsiz); in fgetln() local
|
/netbsd-src/external/bsd/tmux/dist/compat/ |
H A D | getline.c | 76 char *nbuf; in getdelim() local
|
/netbsd-src/lib/libc/gen/ |
H A D | nlist_aout.c | 101 struct nlist nbuf[1024]; in __fdnlist_aout() local
|
H A D | initdir.c | 79 char *buf, *nbuf; in _initdir() local
|
/netbsd-src/lib/libwrap/ |
H A D | expandm.c | 53 char *buf, *nbuf; in expandm() local [all...] |
/netbsd-src/sys/arch/m68k/m68k/ |
H A D | regdump.c | 140 static char nbuf[9]; in hexstr() local
|
/netbsd-src/external/mpl/bind/dist/tests/ns/ |
H A D | notify_test.c | 85 isc_buffer_t nbuf; ISC_RUN_TEST_IMPL() local
|
/netbsd-src/tools/compat/ |
H A D | getline.c | 77 char *nbuf; in getdelim() local
|
/netbsd-src/external/bsd/libfido2/dist/openbsd-compat/ |
H A D | bsd-getline.c | 81 char *nbuf; in getdelim() local
|
/netbsd-src/tests/lib/libc/net/getaddrinfo/ |
H A D | h_gai.c | 114 char nbuf[14]; in main() local
|
/netbsd-src/sys/arch/luna68k/stand/boot/ |
H A D | machdep.c | 191 static char nbuf[9]; hexstr() local
|
/netbsd-src/usr.bin/fold/ |
H A D | fold.c | 133 wchar_t *nbuf; in fold() local
|
/netbsd-src/lib/libform/ |
H A D | field.c | 275 int *nrow, int *nbuf) in field_info() 746 int fcol, int nrows, int nbuf) in _formi_create_field() 775 new_field(int rows, int cols, int frow, int fcol, int nrows, int nbuf) in new_field()
|