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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Diface-linux.c187 char replybuf[8*1024]; local
193 struct nlmsghdr *p = (struct nlmsghdr *) replybuf;
196 iov.iov_base = replybuf;
197 iov.iov_len = sizeof(replybuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface-linux.c187 char replybuf[8*1024]; local
193 struct nlmsghdr *p = (struct nlmsghdr *) replybuf;
196 iov.iov_base = replybuf;
197 iov.iov_len = sizeof(replybuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c306 unsigned char replybuf[4096]; local
344 n = (struct nlmsghdr *)&replybuf;
347 ret = recv(fds[0].fd, replybuf, sizeof(replybuf), 0);
350 fprintf(stderr, "!%02X", replybuf[i]);
365 ret = recv(fds[1].fd, replybuf, sizeof(replybuf), 0);
366 pkt = (struct arp_packet *)&replybuf;
1490 char replybuf[4096]; local
1491 struct nlmsghdr *n = (struct nlmsghdr *)&replybuf;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Ddhcp6s.c1041 char replybuf[BUFSIZ]; local
1046 if (sizeof(struct dhcp6) > sizeof(replybuf)) {
1052 (relaylen = dhcp6_set_relay((struct dhcp6_relay *) replybuf,
1053 (struct dhcp6_relay *) (replybuf +
1054 sizeof (replybuf)),
1060 dh6 = (struct dhcp6 *) (replybuf + relaylen);
1068 (struct dhcp6opt *)(replybuf +
1069 sizeof(replybuf)),
1100 //if (transmit_sa(outsock, &dst, replybuf, len) != 0) {
1101 if (transmit_sa(insock, &dst, replybuf, le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Ddhcp6s.c1086 char replybuf[BUFSIZ]; local
1091 if (sizeof(struct dhcp6) > sizeof(replybuf)) {
1097 (relaylen = dhcp6_set_relay((struct dhcp6_relay *) replybuf,
1098 (struct dhcp6_relay *) (replybuf +
1099 sizeof (replybuf)),
1105 dh6 = (struct dhcp6 *) (replybuf + relaylen);
1113 (struct dhcp6opt *)(replybuf +
1114 sizeof(replybuf)),
1145 //if (transmit_sa(outsock, &dst, replybuf, len) != 0) {
1146 if (transmit_sa(insock, &dst, replybuf, le
[all...]

Completed in 108 milliseconds