Searched refs:mreq (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_output.c146 extern int ip_addmembership(struct ip_moptions *imo, struct ip_mreq *mreq);
147 extern int ip_dropmembership(struct ip_moptions *imo, struct ip_mreq *mreq);
1984 struct ipv6_mreq *mreq; local
2096 mreq = mtod(m, struct ipv6_mreq *);
2100 if (mreq->ipv6mr_interface < 0
2101 || if_index < mreq->ipv6mr_interface) {
2106 if (IN6_IS_ADDR_UNSPECIFIED(&mreq->ipv6mr_multiaddr)) {
2117 } else if (IN6_IS_ADDR_V4MAPPED(&mreq->ipv6mr_multiaddr)) {
2120 v4req.imr_multiaddr.s_addr = mreq->ipv6mr_multiaddr.s6_addr32[3];
2124 if (mreq
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_output.c153 int ip_addmembership(struct ip_moptions *imo, struct ip_mreq *mreq);
154 int ip_dropmembership(struct ip_moptions *imo, struct ip_mreq *mreq);
2504 struct ip_mreq mreq; local
2626 error = sooptcopyin(sopt, &mreq, sizeof mreq, sizeof mreq);
2630 error = ip_addmembership(imo, &mreq);
2638 error = sooptcopyin(sopt, &mreq, sizeof mreq, sizeof mreq);
2693 ip_addmembership( struct ip_moptions *imo, struct ip_mreq *mreq) argument
2778 ip_dropmembership( struct ip_moptions *imo, struct ip_mreq *mreq) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dasp_proto.c1839 If mreq != NULL, then must be called from kernel space and the following apply:
1840 1) *mreq is data to be sent already in mbuf chains.
1844 int ASPputmsg(gref_t *gref, strbuf_t *ctlptr, strbuf_t *datptr, gbuf_t *mreq, __unused int flags, int *errp) argument
1882 if (mreq != NULL) {
1918 if (mreq != NULL) {
1945 if (mreq != NULL) {
1950 remain = gbuf_len(mreq);
1951 dataptr = mtod(mreq, caddr_t);
1974 if (mreq != NULL)
2003 if (mreq !
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c962 mbuf_t mreq, mb; local
974 error = mbuf_getpacket(MBUF_WAITOK, &mreq);
976 error = mbuf_gethdr(MBUF_WAITOK, MBUF_TYPE_DATA, &mreq);
979 mbuf_align_32(mreq, headlen);
981 mbuf_align_32(mreq, 8 * NFSX_UNSIGNED);
1019 nmreq.nmc_mcur = nmreq.nmc_mhead = mreq;
1082 error = mbuf_pkthdr_setrcvif(mreq, 0);
1085 mbuf_freem(mreq);
1094 mbuf_pkthdr_setlen(mreq, reqlen);
1106 *mreqp = mreq;
[all...]
H A Dnfs_vfsops.c2008 mbuf_t mreq,
2034 if ((error = mbuf_copym(mreq, 0, MBUF_COPYALL, MBUF_WAITOK, &m)))
2081 mbuf_freem(mreq);
2095 mbuf_t mreq; local
2126 RPCAUTH_SYS, auth_len, cred, NULL, nmreq.nmc_mhead, &xid, &mreq);
2129 error = nfs_aux_request(nmp, thd, &saddr, mreq, R_XID32(xid), timeo, &nmrep);
2157 RPCAUTH_SYS, auth_len, cred, NULL, nmreq.nmc_mhead, &xid, &mreq);
2160 error = nfs_aux_request(nmp, thd, &saddr, mreq, R_XID32(xid), timeo, &nmrep);
2004 nfs_aux_request( struct nfsmount *nmp, thread_t thd, struct sockaddr_in *saddr, mbuf_t mreq, uint32_t xid, int timeo, struct nfsm_chain *nmrep) argument

Completed in 65 milliseconds