OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmsgp
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/mld6query/
mld6.c
169
struct cmsghdr *
cmsgp
;
local
209
cmsgp
= (struct cmsghdr *)cmsgbuf;
213
cmsgp
->cmsg_len = CMSG_LEN(sizeof(struct in6_pktinfo));
214
cmsgp
->cmsg_level = IPPROTO_IPV6;
215
cmsgp
->cmsg_type = IPV6_PKTINFO;
216
pi = (struct in6_pktinfo *)CMSG_DATA(
cmsgp
);
220
cmsgp
= CMSG_NXTHDR(&m,
cmsgp
);
222
cmsgp
->cmsg_len = CMSG_LEN(hbhlen);
223
cmsgp
->cmsg_level = IPPROTO_IPV6
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/isc/unix/
net.c
388
struct cmsghdr *
cmsgp
;
399
cmsgp
= (struct cmsghdr *)dummybuf;
400
cmsgp
->cmsg_len = cmsg_len(len);
402
cmsgp
= CMSG_NXTHDR(&msg,
cmsgp
);
403
if (
cmsgp
!= NULL) {
404
return ((char *)
cmsgp
- (char *)msg.msg_control);
455
struct cmsghdr *
cmsgp
;
local
489
cmsgp
= msg.msg_control;
494
memset(
cmsgp
, 0, cmsg_space(sizeof(char)))
[
all
...]
socket.c
1067
struct cmsghdr *
cmsgp
;
1078
cmsgp
= (struct cmsghdr *)dummybuf;
1079
cmsgp
->cmsg_len = cmsg_len(len);
1081
cmsgp
= CMSG_NXTHDR(&msg,
cmsgp
);
1082
if (
cmsgp
!= NULL) {
1083
return ((char *)
cmsgp
- (char *)msg.msg_control);
1097
struct cmsghdr *
cmsgp
;
local
1138
cmsgp
= CMSG_FIRSTHDR(msg);
1139
while (
cmsgp
!= NULL)
1220
struct cmsghdr *
cmsgp
;
local
[
all
...]
/src/external/mpl/dhcp/dist/common/
socket.c
788
struct cmsghdr *
cmsgp
;
local
803
cmsgp
= (struct cmsghdr *)&dummybuf;
804
cmsgp
->cmsg_len = CMSG_LEN(len);
806
cmsgp
= CMSG_NXTHDR(&msg,
cmsgp
);
807
if (
cmsgp
!= NULL) {
808
return (char *)
cmsgp
- (char *)msg.msg_control;
/src/lib/libc/net/
ip6opt.c
94
inet6_option_init(void *bp, struct cmsghdr **
cmsgp
, int type)
99
_DIAGASSERT(
cmsgp
!= NULL);
111
*
cmsgp
= ch;
Completed in 21 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026