Home
last modified time | relevance | path

Searched refs:nip (Results 1 – 14 of 14) sorted by relevance

/freebsd/sbin/ping/
H A Dping6.c1296 struct icmp6_nodeinfo *nip; in pinger() local
1315 nip->ni_flags = htons(0); in pinger()
1317 memcpy(nip->icmp6_ni_nonce, nonce, in pinger()
1318 sizeof(nip->icmp6_ni_nonce)); in pinger()
1332 nip->ni_flags = htons(0); in pinger()
1334 memcpy(nip->icmp6_ni_nonce, nonce, in pinger()
1335 sizeof(nip->icmp6_ni_nonce)); in pinger()
1347 nip->ni_flags = naflags; in pinger()
1349 memcpy(nip->icmp6_ni_nonce, nonce, in pinger()
1350 sizeof(nip->icmp6_ni_nonce)); in pinger()
[all …]
/freebsd/sys/netinet/
H A Dip_icmp.c212 struct ip *oip, *nip; in icmp_error() local
372 nip = &icp->icmp_ip; in icmp_error()
387 nip = mtod(m, struct ip *); in icmp_error()
388 bcopy((caddr_t)oip, (caddr_t)nip, sizeof(struct ip)); in icmp_error()
389 nip->ip_len = htons(m->m_len); in icmp_error()
390 nip->ip_v = IPVERSION; in icmp_error()
391 nip->ip_hl = 5; in icmp_error()
392 nip->ip_p = IPPROTO_ICMP; in icmp_error()
393 nip->ip_tos = 0; in icmp_error()
394 nip->ip_off = 0; in icmp_error()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c945 struct denode *fdip, *fip, *tdip, *tip, *nip; in msdosfs_rename() local
1018 error = deget(pmp, scn, blkoff, LK_EXCLUSIVE, &nip); in msdosfs_rename()
1022 fvp = DETOV(nip); in msdosfs_rename()
1028 fvp = DETOV(nip); in msdosfs_rename()
1042 nip = NULL; in msdosfs_rename()
1044 &nip); in msdosfs_rename()
1056 &nip); in msdosfs_rename()
1059 vput(DETOV(nip)); in msdosfs_rename()
1062 tvp = DETOV(nip); in msdosfs_rename()
1123 &nip); in msdosfs_rename()
[all …]
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_block_decoder.c1707 uint64_t ip, uint64_t nip, in pt_blk_add_trampoline() argument
1714 disp = (int64_t) (nip - ip); in pt_blk_add_trampoline()
1784 uint64_t nip, dip, ioff, noff; in pt_blk_proceed_no_event_fill_cache() local
1875 nip = decoder->ip; in pt_blk_proceed_no_event_fill_cache()
1876 noff = pt_msec_unmap(msec, nip); in pt_blk_proceed_no_event_fill_cache()
1950 if (!pt_blk_is_in_section(msec, nip) || block->truncated) in pt_blk_proceed_no_event_fill_cache()
2008 dip = nip + (uint64_t) (int64_t) bce.displacement; in pt_blk_proceed_no_event_fill_cache()
2135 uint64_t offset, nip; in pt_blk_proceed_no_event_cached() local
2173 if (!pt_blk_is_in_section(msec, nip)) in pt_blk_proceed_no_event_cached()
2195 decoder->ip = nip; in pt_blk_proceed_no_event_cached()
[all …]
/freebsd/stand/forth/
H A Dsupport.4th815 name_buffer .len @ load_module_suffix nip - name_buffer .len !
820 name_buffer .len @ module_args_suffix nip - name_buffer .len !
826 name_buffer .len @ module_loadname_suffix nip - name_buffer .len !
832 name_buffer .len @ module_type_suffix nip - name_buffer .len !
1431 bootpath nip path nip + \ total length
1432 oldmodulepath nip dup -1 = if
1448 oldmodulepath nip -1 <> if
1460 newmodulepath drop path nip
1471 oldmodulepath nip -1 <> if
1537 path nip -1 = if ( there isn't a "kernel" environment variable )
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c50 dt_irnode_t *dip, *nip; in dt_irlist_destroy() local
52 for (dip = dlp->dl_list; dip != NULL; dip = nip) { in dt_irlist_destroy()
53 nip = dip->di_next; in dt_irlist_destroy()
/freebsd/sys/security/mac_veriexec/
H A Dveriexec_metadata.c257 struct mac_veriexec_file_info *ip, *nip; in free_veriexec_dev() local
275 for (ip = LIST_FIRST(&(lp->file_head)); ip != NULL; ip = nip) { in free_veriexec_dev()
276 nip = LIST_NEXT(ip, entries); in free_veriexec_dev()
/freebsd/stand/ficl/softwords/
H A Doo.fr196 nip >body cell+ @ ( new-class )
220 nip @ +
293 nip 2@ vcall \ ( params offset inst class offset -- )
304 nip 2@ vcall f> \ ( params offset inst class offset -- f: r )
523 drop find-method-xt nip >body @ ;
601 nip meta ;
H A Dsoftcore.fr65 : nip ( y x -- x ) swap drop ;
/freebsd/stand/i386/libi386/
H A Dbiosdisk.c1301 char *nip, *cp; in bd_getdev() local
1359 if ((nip = getenv("root_disk_unit")) != NULL) { in bd_getdev()
1360 i = strtol(nip, &cp, 0); in bd_getdev()
1362 if ((cp != nip) && (*cp == 0)) in bd_getdev()
/freebsd/tools/tools/cxgbtool/
H A Dcxgbtool.c1287 uint32_t nip; in show_filters() member
1309 nsip.nip = htonl(op.val.sip); in show_filters()
1310 ndip.nip = htonl(op.val.dip); in show_filters()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp2187 *pc = ucontext->uc_mcontext.regs->nip; in GetPcSpBp()
/freebsd/usr.sbin/services_mkdb/
H A Dservices603 nip 376/tcp #Amiga Envoy Network Inquiry Proto
604 nip 376/udp #Amiga Envoy Network Inquiry Proto
/freebsd/share/dict/
H A Dweb2124688 nip