Searched refs:ifp (Results 76 - 96 of 96) sorted by relevance

1234

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_mroute.h262 struct ifnet *ifp; /* Interface pkt came in on */ member in struct:rtdetq
H A Dip6_fw.c373 iface_match(struct ifnet *ifp, union ip6_fw_if *ifu, int byname) argument
379 && ifp->if_unit != ifu->fu_via_if.unit)
382 if (strncmp(ifp->if_name, ifu->fu_via_if.name, IP6FW_IFNLEN))
388 ifnet_lock_shared(ifp);
389 for (ia = ifp->if_addrlist.tqh_first; ia; ia = ia->ifa_list.tqe_next)
400 ifnet_lock_done(ifp);
403 ifnet_lock_done(ifp);
H A Dudp6_usrreq.c138 struct ifnet *ifp)
149 if ((ifp == NULL ||
150 imm->i6mm_maddr->in6m_ifp == ifp) &&
135 in6_mcmatch( struct inpcb *in6p, register struct in6_addr *ia6, struct ifnet *ifp) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_usrreq.c73 struct ifnet *ifp, __unused struct proc *p)
75 return(at_control(so, cmd, data, ifp));
72 ddp_pru_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, __unused struct proc *p) argument
H A Dat_var.h315 void atalk_post_msg(struct ifnet *ifp, u_long event_code, struct at_addr *address, at_nvestr_t *zone);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_pcb.c695 struct ifnet *ifp; local
700 ifp = imo->imo_multicast_ifp;
704 if (ia->ia_ifp == ifp)
1006 struct ifnet *ifp)
1020 if (imo->imo_multicast_ifp == ifp)
1029 if (imo->imo_membership[i]->inm_ifp == ifp) {
1213 __unused struct ifnet *ifp)
1266 if (ifp && ifp->if_type == IFT_FAITH &&
1004 in_pcbpurgeif0( struct inpcb *head, struct ifnet *ifp) argument
1206 in_pcblookup_hash( struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, __unused struct ifnet *ifp) argument
H A Dip_fw2.c476 iface_match(struct ifnet *ifp, ipfw_insn_if *cmd) argument
478 if (ifp == NULL) /* no iface with this packet, match fails */
483 if (cmd->p.unit != -1 && cmd->p.unit != ifp->if_unit)
486 if (!strncmp(ifp->if_name, cmd->name, IFNAMSIZ))
491 ifnet_lock_shared(ifp);
492 TAILQ_FOREACH(ia, &ifp->if_addrhead, ifa_link) {
499 ifnet_lock_done(ifp);
503 ifnet_lock_done(ifp);
523 verify_rev_path(struct in_addr src, struct ifnet *ifp) argument
542 if ((ro.ro_rt == NULL) || (ifp
[all...]
H A Draw_ip.c596 struct ifnet *ifp; local
636 ifp = ia->ia_ifa.ifa_ifp;
638 if ((ifp->if_flags & IFF_LOOPBACK)
639 || (ifp->if_flags & IFF_POINTOPOINT))
H A Dtcp_output.c316 struct ifnet *ifp; local
361 if (rt != NULL && (ifp = rt->rt_ifp) != NULL)
362 somultipages(so, (ifp->if_hwassist & IFNET_MULTIPAGES));
H A Dip_input.c2302 * that icmp_error() touches only ifp->if_mtu.
2410 struct ifnet *ifp; local
2419 if (((ifp = m->m_pkthdr.rcvif))
2420 && ( ifp->if_index && (ifp->if_index <= if_index))) {
2421 struct ifaddr *ifa = ifnet_addrs[ifp->if_index - 1];
H A Dtcp_input.c3419 struct ifnet *ifp; local
3465 ifp = rt->rt_ifp;
3472 if (ifp->if_type == IFT_PPP && slowlink_wsize > 0 &&
3473 ifp->if_baudrate > 9600 && ifp->if_baudrate <= 128000) {
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_policy.h262 @param ifp Object; the network interface
263 @param ifnetlabel Policy label for ifp
274 struct ifnet *ifp,
933 @param ifp network interface being relabeled
939 relabel the network interface represented by ifp to the supplied
947 struct ifnet *ifp,
953 @param ifp Network interface mbuf will be transmitted through
961 through the network interface represented by ifp that has the
968 struct ifnet *ifp,
977 @param ifp Networ
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkpi_mbuf.h946 errno_t mbuf_pkthdr_setrcvif(mbuf_t mbuf, ifnet_t ifp);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Ddebug.c513 kdp_set_interface(__unused void *ifp) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c8305 ifnet_t ifp; member in struct:ipsecif_pcb
8428 result = ifnet_allocate(&ipsecif_init, &pcb->ifp);
8437 ifnet_set_mtu(pcb->ifp, 1280);
8438 ifnet_set_flags(pcb->ifp, IFF_UP | IFF_MULTICAST | IFF_BROADCAST, 0xffff);
8439 // ifnet_set_flags(pcb->ifp, IFF_UP | IFF_MULTICAST | IFF_POINTOPOINT, 0xffff);
8442 result = ifnet_attach(pcb->ifp, NULL);
8445 ifnet_release(pcb->ifp);
8451 bpfattach(pcb->ifp, DLT_NULL, 4);
8625 ifnet_t ifp = pcb->ifp; local
8652 call_bpf_tap( ifnet_t ifp, bpf_packet_func tap, mbuf_t m) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_control.c86 struct ifnet *ifp, struct proc *p);
644 __unused struct ifnet *ifp, __unused struct proc *p)
643 ctl_ioctl(__unused struct socket *so, u_long cmd, caddr_t data, __unused struct ifnet *ifp, __unused struct proc *p) argument
H A Dkern_event.c2021 static int kev_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, struct proc *p);
2240 __unused struct ifnet *ifp,
2237 kev_control(struct socket *so, u_long cmd, caddr_t data, __unused struct ifnet *ifp, __unused struct proc *p) argument
H A Duipc_socket2.c1440 __unused caddr_t data, __unused struct ifnet *ifp, __unused struct proc *p)
1439 pru_control_notsupp(__unused struct socket *so, __unused u_long cmd, __unused caddr_t data, __unused struct ifnet *ifp, __unused struct proc *p) argument
H A Duipc_mbuf.c4276 m_devget(char *buf, int totlen, int off0, struct ifnet *ifp, argument
4298 m->m_pkthdr.rcvif = ifp;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.c779 panic("ifa attached to ifp is being freed\n");
802 rtredirect(struct ifnet *ifp, struct sockaddr *dst, struct sockaddr *gateway, argument
811 unsigned int ifscope = (ifp != NULL) ? ifp->if_index : IFSCOPE_NONE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_udp.c502 kdp_set_interface(void *ifp) argument
504 kdp_current_ifp = ifp;

Completed in 245 milliseconds

1234