Lines Matching defs:from

689 		    "service and should not be run from the command line.");
715 * Read the child process's return value from the pfds.
1265 * Process the administrative request from libvrrpadm
1278 struct sockaddr_in from;
1283 fromlen = (socklen_t)sizeof (from);
1284 if ((connfd = accept(s, (struct sockaddr *)&from, &fromlen)) < 0) {
1379 0, (struct sockaddr *)&from, fromlen);
1648 * Get the physical interface name from the logical interface name.
1666 * all the IP addresses from the beginning.
1669 "from %d to %d", ifname, intf->vvi_ifindex, ifindex);
1674 * delete this interface from the list if this
2053 * - if the name of the VR read from this line does not match
2485 * If intf is NULL, VR disabling request is coming from the admin.
3242 vrrpd_process_adv(vrrp_vr_t *vr, vrrp_addr_t *from, vrrp_pkt_t *vp)
3251 VRRPADDR2STR(vr->vvr_conf.vvc_af, from, peer, INET6_ADDRSTRLEN,
3253 vrrp_log(VRRP_DBG1, "vrrpd_process_adv(%s) from %s", conf->vvc_name,
3272 addr_cmp = ipaddr_cmp(vr->vvr_pif->vvi_af, from,
3286 "owner received advertisement from %s", conf->vvc_name,
3292 (void) memcpy(&vr->vvr_peer_addr, from, sizeof (vrrp_addr_t));
3348 vrrp_addr_t *from)
3356 VRRPADDR2STR(pif->vvi_af, from, peer, INET6_ADDRSTRLEN, _B_FALSE);
3357 vrrp_log(VRRP_DBG0, "vrrpd_process_vrrp(%s) from %s", pif->vvi_ifname,
3399 cksum = vrrp_cksum4(&from->in4.sin_addr,
3402 cksum = vrrp_cksum6(&from->in6.sin6_addr,
3415 vrrpd_process_adv(vr, from, vp);
3535 vrrp_addr_t from;
3545 msg.msg_name = (struct sockaddr *)&from;
4003 * add back carry outs from top 16 bits to low 16 bits
4043 * back all the carry bits from the top 16 bits into the lower
4088 * back all the carry bits from the top 16 bits into the lower