Searched refs:transmit_sa (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dcommon.h68 extern int transmit_sa __P((int, struct sockaddr_in6 *, char *, size_t));
H A Ddhcp6s.c1100 //if (transmit_sa(outsock, &dst, replybuf, len) != 0) {
1101 if (transmit_sa(insock, &dst, replybuf, len) != 0) {
H A Dcommon.c517 transmit_sa(s, sa, buf, len) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dcommon.h68 extern int transmit_sa __P((int, struct sockaddr_in6 *, char *, size_t));
H A Ddhcp6s.c1145 //if (transmit_sa(outsock, &dst, replybuf, len) != 0) {
1146 if (transmit_sa(insock, &dst, replybuf, len) != 0) {
H A Dcommon.c517 transmit_sa(s, sa, buf, len) function

Completed in 221 milliseconds