OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inetctlerrmap
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/netinet/
in_var.h
254
extern const int
inetctlerrmap
[];
tcp_subr.c
1384
extern const int
inetctlerrmap
[];
1401
errno =
inetctlerrmap
[cmd];
1491
(
inetctlerrmap
[cmd] == EHOSTUNREACH ||
1492
inetctlerrmap
[cmd] == ENETUNREACH ||
1493
inetctlerrmap
[cmd] == EHOSTDOWN)) {
dccp_usrreq.c
946
else if ((unsigned)cmd >= PRC_NCMDS ||
inetctlerrmap
[cmd] == 0)
953
ip->ip_src, dh->dh_sport,
inetctlerrmap
[cmd], notify);
957
(*notify)(inp,
inetctlerrmap
[cmd]);
964
inpcb_notifyall(&dccpbtable, faddr,
inetctlerrmap
[cmd], notify);
raw_ip.c
272
errno =
inetctlerrmap
[cmd];
udp_usrreq.c
666
errno =
inetctlerrmap
[cmd];
ip_input.c
1293
const int
inetctlerrmap
[PRC_NCMDS] = {
variable in typeref:typename:const int[]
sctp_usrreq.c
429
} else if ((unsigned)cmd >= PRC_NCMDS ||
inetctlerrmap
[cmd] == 0) {
463
cm =
inetctlerrmap
[cmd];
477
inetctlerrmap
[cmd]);
/src/sys/netcan/
can.c
839
errno =
inetctlerrmap
[cmd];
Completed in 26 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025