Searched refs:ip_type (Results 1 - 15 of 15) sorted by relevance
| /illumos-gate/usr/src/cmd/auditreduce/ |
| H A D | auditrd.h | 55 int ip_type; variable
|
| H A D | auditrt.h | 181 extern int ip_type;
|
| H A D | token.c | 1267 if (ip_size != ip_type) 1272 if (ip_type == AU_IPv6) { 1275 if ((memcmp(local_inaddr, caddr, ip_type) == 0) || 1276 (memcmp(remote_inaddr, caddr, ip_type) == 0)) { 1561 int32_t ip_type; local 1571 adrm_int32(adr, &ip_type, 1); 1572 adrm_char(adr, (char *)&address, ip_type);
|
| H A D | option.c | 377 ip_type = AU_IPv4; 380 ip_type = AU_IPv6; 385 ip_type = AU_IPv4;
|
| /illumos-gate/usr/src/cmd/praudit/ |
| H A D | format.c | 386 uint32_t ip_type; local 396 if ((returnstat = pr_adr_int32(context, (int32_t *)&ip_type, 1)) != 0) 400 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6)) 404 if ((returnstat = pr_adr_char(context, (char *)ip_addr, ip_type)) != 0) 411 if (ip_type == AU_IPv4) { /* ipv4 address */ 422 } else if (ip_type == AU_IPv6) { /* IPv6 addresss (128 bits) */ 444 short ip_type; local 455 if ((returnstat = pr_adr_short(context, &ip_type, 1)) != 0) 459 if ((ip_type ! 711 uint32_t ip_type; local 785 uint32_t ip_type; local 892 uint32_t ip_type; local [all...] |
| H A D | token.c | 1500 uint32_t ip_type; local 1507 if ((returnstat = pr_adr_u_int32(context, &ip_type, 1)) != 0) 1511 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6)) 1515 if ((returnstat = pr_adr_char(context, (char *)ip_addr, ip_type)) != 0) 1519 if (ip_type == AU_IPv4) {
|
| /illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
| H A D | context.h | 30 u8_t ip_type; member in struct:_lm_4tuple_t
|
| H A D | bnxe_context.c | 255 context->array[j].ip_type = 0; 397 if (tuple->ip_type == LM_IP_TYPE_V4) 459 is_ipv4 = (tuple->ip_type == LM_IP_TYPE_V4 ? 1 : 0); 503 DbgBreakIf(context->array[cid].ip_type); /* cid can't be inserted twice */ 504 context->array[cid].ip_type = tuple->ip_type; 526 if(!context->array[cid].ip_type) { 541 if (context->array[cid].ip_type == LM_IP_TYPE_V6) { 559 context->array[cid].ip_type = 0;
|
| /illumos-gate/usr/src/lib/libinetsvc/common/ |
| H A D | inetsvc.h | 320 inet_type_t ip_type; member in struct:__anon3332
|
| H A D | inetsvc.c | 161 if (prop[i].ip_type != type) 1017 switch (inetd_properties[i].ip_type) { 1054 switch (iprop->ip_type) { 1214 if (prop[i].ip_type == INET_TYPE_STRING) { 1216 } else if (prop[i].ip_type == INET_TYPE_STRING_LIST) {
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
| H A D | inetadm.c | 399 switch (mod[i].ip_type) { 529 switch (prop->ip_type) { 813 switch (mod[j].ip_type) { 941 switch (mod[j].ip_type) {
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
| H A D | config.c | 430 if (mprop[i].ip_type == INET_TYPE_STRING &&
|
| H A D | inetd.c | 2767 ae->adt_inetd_connect.ip_type = ADT_IPv4; 2772 ae->adt_inetd_connect.ip_type = ADT_IPv6;
|
| /illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
| H A D | lm_l4sp.c | 1888 u8_t ip_type) 1894 if(ip_type == IP_VERSION_IPV4) { /* IPV4 */ 2826 tuple.ip_type = LM_IP_TYPE_V4; 2830 tuple.ip_type = LM_IP_TYPE_V6; 1884 lm_tcp_calc_tcp_pseudo_checksum( struct _lm_device_t *pdev, u32_t n_src_ip[4], u32_t n_dst_ip[4], u8_t ip_type) argument
|
| /illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
| H A D | lm5710.h | 2763 u8_t ip_type; /* for searcher mirror hash management */ member in struct:lm_context_cookie
|
Completed in 2881 milliseconds