Home | History | Annotate | Download | only in common

Lines Matching defs:ifrom

1101 	struct iaddr ifrom;
1156 ifrom.len = 4;
1157 memcpy (ifrom.iabuf, &from.sin_addr, ifrom.len);
1160 from.sin_port, ifrom, &hfrom);
1175 struct iaddr ifrom;
1208 ifrom.len = 16;
1209 memcpy(ifrom.iabuf, &from.sin6_addr, ifrom.len);
1221 &ifrom, is_unicast);