Home
last modified time | relevance | path

Searched refs:rap (Results 1 – 24 of 24) sorted by relevance

/netbsd/external/bsd/dhcpcd/dist/src/
H A Dipv6nd.c592 if (rap->iface == ifp && rap->willexpire) in ipv6nd_expire()
686 if (rap == NULL || rap->expired || rap->willexpire) in ipv6nd_applyra()
720 if (rap == NULL || rap->expired || rap->isreachable == reachable) in ipv6nd_neighbour()
737 if (rap == rapr || rap->iface != rapr->iface) in ipv6nd_neighbour()
1176 if (rap != NULL && rap->willexpire) in ipv6nd_handlera()
1189 if (rap == NULL || (rap->data_len != len || in ipv6nd_handlera()
1200 rap = calloc(1, sizeof(*rap)); in ipv6nd_handlera()
1257 rap->expired = rap->willexpire = rap->doexpire = false; in ipv6nd_handlera()
1624 !rap->expired && !rap->willexpire && in ipv6nd_hasradhcp()
1688 if (rap->iface != ifp || rap->expired) in ipv6nd_env()
[all …]
H A Dipv6.c2213 if (rap != NULL) in inet6_makeroute()
2214 rt->rt_mtu = rap->mtu; in inet6_makeroute()
2276 inet6_makerouter(struct ra *rap) in inet6_makerouter() argument
2280 if ((rt = inet6_makeroute(rap->iface, rap)) == NULL) in inet6_makerouter()
2320 struct ra *rap; in inet6_raroutes() local
2327 if (rap->expired) in inet6_raroutes()
2332 rt = inet6_makeprefix(rap->iface, rap, addr); in inet6_raroutes()
2336 rt->rt_pref = ipv6nd_rtpref(rap); in inet6_raroutes()
2341 if (rap->lifetime == 0) in inet6_raroutes()
2345 rt = inet6_makerouter(rap); in inet6_raroutes()
[all …]
H A Dif-bsd.c1680 if_applyra(const struct ra *rap) in if_applyra() argument
1684 struct dhcpcd_ctx *ctx = rap->iface->ctx; in if_applyra()
1687 strlcpy(nd.ifname, rap->iface->name, sizeof(nd.ifname)); in if_applyra()
1701 nd.ndi.linkmtu = rap->mtu; in if_applyra()
1704 nd.ndi.chlim = rap->hoplimit; in if_applyra()
1705 nd.ndi.retrans = rap->retrans; in if_applyra()
1706 nd.ndi.basereachable = rap->reachable; in if_applyra()
1724 UNUSED(rap); in if_applyra()
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_raudio_pxy.c58 raudio_t *rap; in ipf_p_raudio_new() local
70 rap = aps->aps_data; in ipf_p_raudio_new()
95 if (rap->rap_eos == 1) in ipf_p_raudio_out()
136 if (rap->rap_seenpna == 1 && rap->rap_seenver == 0) { in ipf_p_raudio_out()
153 rap->rap_gotid = 1; in ipf_p_raudio_out()
155 rap->rap_eos = 1; in ipf_p_raudio_out()
164 if (rap->rap_gotid == 1 && rap->rap_gotlen == 1) { in ipf_p_raudio_out()
175 rap->rap_gotid = 0; in ipf_p_raudio_out()
244 } else if (seq <= rap->rap_sseq + sizeof(rap->rap_svr)) { in ipf_p_raudio_in()
261 if ((rap->rap_sbf != 0x7ffff) || (!rap->rap_eos)) /* 19 bits */ in ipf_p_raudio_in()
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/m68k/
H A Dmcf-trap.d10 [ 0-9a-f]+: 51fc t[rap]*f
11 [ 0-9a-f]+: 51fa 1234 t[rap]*fw #4660
12 [ 0-9a-f]+: 51fb 1234 5678 t[rap]*fl #305419896
13 [ 0-9a-f]+: 51fc t[rap]*f
14 [ 0-9a-f]+: 51fa 1234 t[rap]*fw #4660
15 [ 0-9a-f]+: 51fb 1234 5678 t[rap]*fl #305419896
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/m68k/
H A Dmcf-trap.d10 [ 0-9a-f]+: 51fc t[rap]*f
11 [ 0-9a-f]+: 51fa 1234 t[rap]*fw #4660
12 [ 0-9a-f]+: 51fb 1234 5678 t[rap]*fl #305419896
13 [ 0-9a-f]+: 51fc t[rap]*f
14 [ 0-9a-f]+: 51fa 1234 t[rap]*fw #4660
15 [ 0-9a-f]+: 51fb 1234 5678 t[rap]*fl #305419896
/netbsd/sys/arch/next68k/dev/
H A Dnextdisplay.c160 struct raster *rap; in nextdisplay_init() local
199 rap = &dc->dc_raster; in nextdisplay_init()
200 rap->width = dc->dc_wid; in nextdisplay_init()
201 rap->height = dc->dc_ht; in nextdisplay_init()
202 rap->depth = color ? 16 : 2; in nextdisplay_init()
203 rap->linelongs = dc->dc_rowbytes / sizeof(uint32_t); in nextdisplay_init()
204 rap->pixels = (uint32_t *)dc->dc_videobase; in nextdisplay_init()
208 rcp->rc_sp = rap; in nextdisplay_init()
/netbsd/sys/arch/vax/if/
H A Dif_le_vsbus.c137 volatile uint16_t *rdp, *rap; in le_vsbus_match() local
163 rap = rdp + 2; in le_vsbus_match()
166 *rap = LE_CSR0; in le_vsbus_match()
169 *rap = LE_CSR1; in le_vsbus_match()
171 *rap = LE_CSR2; in le_vsbus_match()
173 *rap = LE_CSR0; in le_vsbus_match()
183 *rap = LE_CSR0; in le_vsbus_match()
/netbsd/sys/arch/mac68k/dev/
H A Dmacfb.c156 struct raster *rap; in macfb_init() local
165 rap = &dc->dc_raster; in macfb_init()
166 rap->width = dc->dc_wid; in macfb_init()
167 rap->height = dc->dc_ht; in macfb_init()
168 rap->depth = dc->dc_depth; in macfb_init()
169 rap->linelongs = dc->dc_rowbytes / sizeof(u_int32_t); in macfb_init()
170 rap->pixels = (u_int32_t *)(dc->dc_vaddr + dc->dc_offset); in macfb_init()
174 rcp->rc_sp = rap; in macfb_init()
/netbsd/sys/dev/isa/
H A Dif_le_isa.c117 int iosize, rap, rdp; member
198 int rap, rdp; in lance_isa_probe() local
224 rap = p->rap; in lance_isa_probe()
228 bus_space_write_2(iot, ioh, rap, LE_CSR0); in lance_isa_probe()
232 bus_space_write_2(iot, ioh, rap, LE_CSR0); in lance_isa_probe()
236 bus_space_write_2(iot, ioh, rap, LE_CSR3); in lance_isa_probe()
321 lesc->sc_rap = p->rap; in le_isa_attach()
/netbsd/sys/compat/freebsd/
H A Dfreebsd_ioctl.c61 freebsd_to_oss(const struct freebsd_sys_ioctl_args *uap, struct oss_sys_ioctl_args *rap) in freebsd_to_oss() argument
73 SCARG(rap, fd) = SCARG(uap, fd); in freebsd_to_oss()
74 SCARG(rap, com) = ncmd; in freebsd_to_oss()
75 SCARG(rap, data) = SCARG(uap, data); in freebsd_to_oss()
/netbsd/sys/fs/ntfs/
H A Dntfs_subr.c545 struct attr *rap) in ntfs_attrtontvattr() argument
555 vap->va_flag = rap->a_hdr.a_flag; in ntfs_attrtontvattr()
556 vap->va_type = rap->a_hdr.a_type; in ntfs_attrtontvattr()
558 vap->va_index = rap->a_hdr.a_index; in ntfs_attrtontvattr()
564 if (rap->a_hdr.a_namelen) { in ntfs_attrtontvattr()
565 wchar *unp = (wchar *)((char *)rap + rap->a_hdr.a_nameoff); in ntfs_attrtontvattr()
578 vap->va_vcnend = rap->a_nr.a_vcnend; in ntfs_attrtontvattr()
582 (u_int8_t *) rap + rap->a_nr.a_dataoff); in ntfs_attrtontvattr()
586 vap->va_datalen = rap->a_r.a_datalen; in ntfs_attrtontvattr()
591 memcpy(vap->va_datap, (char *)rap + rap->a_r.a_dataoff, in ntfs_attrtontvattr()
[all …]
/netbsd/external/bsd/ipf/dist/perl/
H A DServices22 38 rap RouteAccessProtocol
235 256 rap RAP
846 1530 rap-service rap-service
847 1531 rap-listen rap-listen
/netbsd/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_639-2240 rap Rapanui 3400 Chile
/netbsd/share/misc/
H A Dlanguage356 Rapanui rap
/netbsd/external/bsd/ipf/dist/etc/
H A Dservices35 rap 38/tcp # Route Access Protocol
36 rap 38/udp # Route Access Protocol
259 rap 256/tcp # RAP
260 rap 256/udp # RAP
/netbsd/games/fortune/datfiles/
H A Dzippy994 Psychoanalysis?? I thought this was a nude rap session!!!
H A Dfortunes22119 If you rap your knuckles against a window jamb or door, if you
5734 stuff, and use instead, if film-strips and rap-sessions must be
/netbsd/etc/
H A Dservices158 rap 38/tcp # Route Access Protocol [Robert_Ullmann] …
159 rap 38/udp # Route Access Protocol [Robert_Ullmann] …
793 rap 256/tcp # RAP [J_S_Greenfield] …
794 rap 256/udp # RAP [J_S_Greenfield] …
3476 rap-service 1530/tcp # rap-service
3477 rap-service 1530/udp # rap-service
3478 rap-listen 1531/tcp # rap-listen [Phil_Servita] …
3479 rap-listen 1531/udp # rap-listen [Phil_Servita] …
6856 bullant-rap 2965/tcp # BULLANT RAP [Michael_Cahill] …
6857 bullant-rap 2965/udp # BULLANT RAP [Michael_Cahill] …
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.117760 * sh.h (REG_CLASS_CONTENTS): Add rap to GENERAL_REGS and its
11101 (REGISTER_NAMES): Add rap.
/netbsd/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.117760 * sh.h (REG_CLASS_CONTENTS): Add rap to GENERAL_REGS and its
11101 (REGISTER_NAMES): Add rap.
H A DChangeLog-200228181 (INITIAL_ELIMINATION_OFFSET): Adjust for elimination of rap to
28283 * config/mips/mips.h (CAN_ELIMINATE): Don't eliminate rap to $fp
/netbsd/share/dict/
H A Dweb2a45957 rap-full
45973 rap shot
47646 rip-rap
H A Dweb2163312 rap