Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dipv6nd.c602 struct ra *rap; in ipv6nd_expire() local
607 TAILQ_FOREACH(rap, ifp->ctx->ra_routers, next) { in ipv6nd_expire()
608 if (rap->iface == ifp && rap->willexpire) in ipv6nd_expire()
609 rap->doexpire = true; in ipv6nd_expire()
617 struct ra *rap; in ipv6nd_startexpire() local
622 TAILQ_FOREACH(rap, ifp->ctx->ra_routers, next) { in ipv6nd_startexpire()
623 if (rap->iface == ifp) in ipv6nd_startexpire()
624 rap->willexpire = true; in ipv6nd_startexpire()
687 struct ra *rap; in ipv6nd_applyra() local
696 TAILQ_FOREACH(rap, ifp->ctx->ra_routers, next) { in ipv6nd_applyra()
[all …]
H A Dipv6.c2203 inet6_makeroute(struct interface *ifp, const struct ra *rap) in inet6_makeroute() argument
2213 if (rap != NULL) in inet6_makeroute()
2214 rt->rt_mtu = rap->mtu; in inet6_makeroute()
2219 inet6_makeprefix(struct interface *ifp, const struct ra *rap, in inet6_makeprefix() argument
2255 if ((rt = inet6_makeroute(ifp, rap)) == NULL) in inet6_makeprefix()
2268 sa_in6_init(&rt->rt_gateway, &rap->from); in inet6_makeprefix()
2276 inet6_makerouter(struct ra *rap) in inet6_makerouter() argument
2280 if ((rt = inet6_makeroute(rap->iface, rap)) == NULL) in inet6_makerouter()
2284 sa_in6_init(&rt->rt_gateway, &rap->from); in inet6_makerouter()
2320 struct ra *rap; in inet6_raroutes() local
[all …]
H A Dif-bsd.c1698 if_applyra(const struct ra *rap) in if_applyra() argument
1702 struct dhcpcd_ctx *ctx = rap->iface->ctx; in if_applyra()
1705 strlcpy(nd.ifname, rap->iface->name, sizeof(nd.ifname)); in if_applyra()
1719 nd.ndi.linkmtu = rap->mtu; in if_applyra()
1722 nd.ndi.chlim = rap->hoplimit; in if_applyra()
1723 nd.ndi.retrans = rap->retrans; in if_applyra()
1724 nd.ndi.basereachable = rap->reachable; in if_applyra()
1742 UNUSED(rap); in if_applyra()
/netbsd-src/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()
72 rap->rap_mode = RAP_M_TCP; /* default is for TCP */ in ipf_p_raudio_new()
81 raudio_t *rap = aps->aps_data; in ipf_p_raudio_out() local
95 if (rap->rap_eos == 1) in ipf_p_raudio_out()
123 if (rap->rap_seenpna == 0) { in ipf_p_raudio_out()
128 rap->rap_seenpna = 1; in ipf_p_raudio_out()
136 if (rap->rap_seenpna == 1 && rap->rap_seenver == 0) { in ipf_p_raudio_out()
138 rap->rap_version = (*s << 8) | *(s + 1); in ipf_p_raudio_out()
140 rap->rap_seenver = 1; in ipf_p_raudio_out()
[all …]
/netbsd-src/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-src/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-src/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-src/sys/arch/next68k/dev/
H A Dnextdisplay.c160 struct raster *rap; in nextdisplay_init() local
200 rap = &dc->dc_raster; in nextdisplay_init()
201 rap->width = dc->dc_wid; in nextdisplay_init()
202 rap->height = dc->dc_ht; in nextdisplay_init()
203 rap->depth = color ? 16 : 2; in nextdisplay_init()
204 rap->linelongs = dc->dc_rowbytes / sizeof(uint32_t); in nextdisplay_init()
205 rap->pixels = (uint32_t *)dc->dc_videobase; in nextdisplay_init()
209 rcp->rc_sp = rap; in nextdisplay_init()
/netbsd-src/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-src/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()
557 vap->va_compression = rap->a_hdr.a_compression; in ntfs_attrtontvattr()
558 vap->va_index = rap->a_hdr.a_index; in ntfs_attrtontvattr()
563 vap->va_namelen = rap->a_hdr.a_namelen; 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()
575 vap->va_datalen = rap->a_nr.a_datalen; in ntfs_attrtontvattr()
576 vap->va_allocated = rap->a_nr.a_allocated; in ntfs_attrtontvattr()
[all …]
/netbsd-src/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-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_639-2240 rap Rapanui 3400 Chile
/netbsd-src/share/misc/
H A Dlanguage356 Rapanui rap
/netbsd-src/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-src/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-src/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-src/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-src/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-src/share/dict/
H A Dweb2a45957 rap-full
45973 rap shot
47646 rip-rap
H A Dweb2163581 rap