OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:optlist
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libutil/
if_media.c
145
char *
optlist
, *str;
local in function:get_media_options
149
optlist
= strdup(val);
150
if (
optlist
== NULL) {
155
str =
optlist
;
171
if (str !=
optlist
)
172
memmove(
optlist
, str, strlen(str) + 1);
174
*invalid =
optlist
;
178
free(
optlist
);
/src/usr.sbin/traceroute/
traceroute.c
667
u_char *
optlist
;
local in function:main
669
optlist
= outp;
678
optlist
[0] = IPOPT_NOP;
680
optlist
[1] = IPOPT_LSRR;
682
optlist
[2] = i + 3;
684
optlist
[3] = IPOPT_MINOFF;
685
memcpy(
optlist
+ 4, gwlist + 1, i);
781
u_char
optlist
[MAX_IPOPTLEN];
local in function:main
788
optlist
[0] = IPOPT_NOP;
790
optlist
[1] = IPOPT_LSRR
[
all
...]
/src/sys/external/bsd/ipf/netinet/
ip_fil.h
1148
typedef struct
optlist
{
struct
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025